AllowDropDownOpen Property (DateEraField)
In This Topic
Gets or sets a
System.Boolean value indicates whether the dropdown function is active. This is a dependency property.
Syntax
'Declaration
Public Property AllowDropDownOpen As Boolean
'Usage
Dim instance As DateEraField
Dim value As Boolean
instance.AllowDropDownOpen = value
value = instance.AllowDropDownOpen
public bool AllowDropDownOpen {get; set;}
Property Value
A
System.Boolean value,
true indicates the dropdown function is active; otherwise,
false. The default value is
false.
See Also