'Declaration Public Property DropDownEnabled As Boolean
'Usage Dim instance As DateEraField Dim value As Boolean instance.DropDownEnabled = value value = instance.DropDownEnabled
public bool DropDownEnabled {get; set;}
Property Value
A bool value, true indicates the dropdown function is active, otherwise, false.The default is false.