[]
Gets or sets a value that indicates whether the drop-down for a GcDateTime is currently open. This is a dependency property.
[Bindable(true)]
public bool IsDropDownOpen { get; set; }
<Bindable(True)>
Public Property IsDropDownOpen As Boolean
Type | Description |
---|---|
bool | true if the drop-down is open; otherwise, false. The default is false. |
If AllowDropDownOpen property is false, even set this property to true, user will find this property is still false.
Changing this property would fire DropDownOpened or DropDownClosed event.