public bool IsExpanded { get; set; }
Public Property IsExpanded As Boolean Get Set
public: property bool IsExpanded { bool get (); void set (bool value); }
member IsExpanded : bool with get, set
In This Article