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


In This Topic
    IsAutoSelectCaseSensitive Property
    In This Topic
    Gets or sets a value that indicates whether case is a condition when searching for items.
    Syntax
    'Declaration
     
    Public Property IsAutoSelectCaseSensitive As Boolean
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Boolean
     
    instance.IsAutoSelectCaseSensitive = value
     
    value = instance.IsAutoSelectCaseSensitive
    public bool IsAutoSelectCaseSensitive {get; set;}

    Property Value

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