[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoOpenDropDown

AutoOpenDropDown Property

AutoOpenDropDown

Gets or sets a bool value indicates the drop-down window auto shown when GcComboBox gets focus. 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 drop-down window auto shown when the control which is droppable gets focus, otherwise, false. The default value is false

Remarks

The drop-down window automatically shown when the AutoOpenDropDown is true and the AllowDropDownOpen is true too.