[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.FocusDropDownControlOnOpen

FocusDropDownControlOnOpen Property

FocusDropDownControlOnOpen

Gets or sets a value that indicates whether focus the drop-down listbox when drop-down window opened. This is a dependency property.

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

true will make the dropdown listbox got focus; otherwise, false. The default value is true.

Remarks

This property only takes effect when IsEditable property is true, when IsEditable is false, dropdown listbox always got focus.