AutoOpenDropDown Property (DateEraField)
In This Topic
Gets or sets a
System.Boolean value which indicates whether auto drop down when focus come to this field. This is a dependency property.
Syntax
'Declaration
Public Property AutoOpenDropDown As Boolean
'Usage
Dim instance As DateEraField
Dim value As Boolean
instance.AutoOpenDropDown = value
value = instance.AutoOpenDropDown
public bool AutoOpenDropDown {get; set;}
Property Value
A
System.Boolean value,
true if the auto drop down when focus come to this field, otherwise,
false. The default value is
false.
See Also