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
Type |
---|
ComboBoxTextHighlightMode |
None
Disable highlighting the search text.
Declaration
public const ComboBoxTextHighlightMode None
Field Value
Type |
---|
ComboBoxTextHighlightMode |
Unmatched
Hightlight the text other than the search text.
Declaration
public const ComboBoxTextHighlightMode Unmatched
Field Value
Type |
---|
ComboBoxTextHighlightMode |