[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.AutoOpenDropDown

AutoOpenDropDown Property

AutoOpenDropDown

Gets or sets a bool value which indicates whether auto drop down when current field is activated. This is a dependency property.

Declaration
public bool AutoOpenDropDown { get; set; }
Public Property AutoOpenDropDown 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 value is false.

Implements