[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateEraField.AutoOpenDropDown

AutoOpenDropDown Property

AutoOpenDropDown

Gets or sets a bool value which indicates whether auto drop down when focus come to this field. 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
Remarks

When AllowDropDownOpen and AutoOpenDropDown are both true, drop down will open when DateEraField is activated. If AllowDropDownOpen is false, even if AutoOpenDropDown were true the drop down would not be opened.