IsDropDownOpen Property
IsDropDownOpen
Gets or sets a value that indicates whether the drop-down for a GcNumber is currently open.
Declaration
[Bindable(true)]
public bool IsDropDownOpen { get; set; }
<Bindable(True)>
Public Property IsDropDownOpen As Boolean
Property Value
Type |
Description |
bool |
true if this instance is drop down open; otherwise, false.
|