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 : Enum
Fields
Matched
Hightlight the text which matches the search text.
Declaration
public const ComboBoxTextHighlightMode Matched
Field Value
None
Disable highlighting the search text.
Declaration
public const ComboBoxTextHighlightMode None
Field Value
Unmatched
Hightlight the text other than the search text.
Declaration
public const ComboBoxTextHighlightMode Unmatched