Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / AutoSelect Property


In This Topic
    AutoSelect Property
    In This Topic
    Gets or sets a value that indicates whether the item is automatically selected when the prefix is entered.
    Syntax
    'Declaration
     
    Public Property AutoSelect As Boolean
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Boolean
     
    instance.AutoSelect = value
     
    value = instance.AutoSelect
    public bool AutoSelect {get; set;}

    Property Value

    true if AutoSelect is enabled; otherwise, false. The default is false.
    See Also