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


In This Topic
    IsAutoSelectCaseSensitiveProperty Field
    In This Topic
    Gets or sets a value that indicates whether case is a condition when searching for items.
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsAutoSelectCaseSensitiveProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.IsAutoSelectCaseSensitiveProperty
    public static readonly DependencyProperty IsAutoSelectCaseSensitiveProperty

    Field Value

    true if text searches are case-sensitive; otherwise, false.
    See Also