public bool IsExpanded { get; set; }
Public Property IsExpanded As Boolean
Get
Set
public:
virtual property bool IsExpanded {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsExpanded : bool with get, set
override IsExpanded : bool with get, set