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