AllowDropDownOpen Property (GcDateTime)
In This Topic
Gets or sets a value indicating whether allow to open drop down. This is a dependency property.
Syntax
'Declaration
<BindableAttribute(True)>
Public Property AllowDropDownOpen As Boolean
'Usage
Dim instance As GcDateTime
Dim value As Boolean
instance.AllowDropDownOpen = value
value = instance.AllowDropDownOpen
[Bindable(true)]
public bool AllowDropDownOpen {get; set;}
Property Value
true allows user to open drop down; otherwise,
false. The default value is
true.
See Also