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