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