Class ComboBoxTextHighlightMode
Defines constants that specify the highlight mode of a ComboBox control.
Inheritance
System.Object
    ComboBoxTextHighlightMode
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class ComboBoxTextHighlightMode : EnumFields
Matched
Hightlight the text which matches the search text.
Declaration
public const ComboBoxTextHighlightMode MatchedField Value
| Type | 
|---|
| ComboBoxTextHighlightMode | 
None
Disable highlighting the search text.
Declaration
public const ComboBoxTextHighlightMode NoneField Value
| Type | 
|---|
| ComboBoxTextHighlightMode | 
Unmatched
Hightlight the text other than the search text.
Declaration
public const ComboBoxTextHighlightMode UnmatchedField Value
| Type | 
|---|
| ComboBoxTextHighlightMode |