Spread Windows Forms 12.0 Product Documentation
DropDownEnabled Property (DateEraFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateEraFieldInfo Class : DropDownEnabled Property
Gets or sets a bool value that indicates whether the drop-down function is active.
Syntax
'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.
Remarks
This property indicates whether the drop-down window can drop down.
See Also

Reference

DateEraFieldInfo Class
DateEraFieldInfo Members