Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / AutoSelectProperty Field


In This Topic
    AutoSelectProperty Field
    In This Topic
    Gets or sets a value that indicates whether the item is automatically selected when the prefix is entered.
    Syntax
    'Declaration
     
    Public Shared ReadOnly AutoSelectProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.AutoSelectProperty
    public static readonly DependencyProperty AutoSelectProperty

    Field Value

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