[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.AutoSelect

AutoSelect Property

AutoSelect

Gets or sets a bool value that indicates whether to automatically select the item in the list that matches the input in the editor.

Declaration
[Browsable(true)]
public bool AutoSelect { get; set; }
<Browsable(True)>
Public Property AutoSelect As Boolean
Property Value
Type Description
bool

A bool value, true to automatically match the entered characters according to the input; otherwise, false.
The default is false.