Class ComboBoxTextSearchMode
Defines constants that specify the search mode of a ComboBox control.
Inheritance
System.Object
    ComboBoxTextSearchMode
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class ComboBoxTextSearchMode : EnumFields
Contains
Search the item which contains the search text in the list.
Declaration
public const ComboBoxTextSearchMode ContainsField Value
| Type | 
|---|
| ComboBoxTextSearchMode | 
StartsWith
Search the item which matches the search text with the beginning of the texts in the list.
Declaration
public const ComboBoxTextSearchMode StartsWithField Value
| Type | 
|---|
| ComboBoxTextSearchMode |