Hi,
I don't see any.
An expandable property is basically a class, with a collection of properties. This class doesn't have a "Value" like regular properties or a "ValueType". You can use the ToString() method to show a specific name or to display the values of some of its properties ( return this.FirstName + " " + this.LastName), but not edit it.
I don't see any.
An expandable property is basically a class, with a collection of properties. This class doesn't have a "Value" like regular properties or a "ValueType". You can use the ToString() method to show a specific name or to display the values of some of its properties ( return this.FirstName + " " + this.LastName), but not edit it.