[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskEnumerationFieldInfo.AutoDropDown

AutoDropDown Property

AutoDropDown

Gets or sets a bool value which indicates whether auto drop down when focus come to this field.

Declaration
public bool AutoDropDown { get; set; }
Public Property AutoDropDown As Boolean
Property Value
Type Description
bool

A bool value, true if the auto drop down when focus come to this field, otherwise,false.
The default is false.

Remarks

The property retrieves whether to dropdown the dropdown window automatically when the GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskEnumerationField got the input focus or not.