Class AutoCompleteTextHighlightMode
Defines constants that specify the highlight mode of an AutoComplete control.
Inheritance
System.Object
AutoCompleteTextHighlightMode
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class AutoCompleteTextHighlightMode : Enum
Fields
Matched
Hightlight the text which matches the search text.
Declaration
public const AutoCompleteTextHighlightMode Matched
Field Value
Type |
---|
AutoCompleteTextHighlightMode |
None
Disable highlighting the search text.
Declaration
public const AutoCompleteTextHighlightMode None
Field Value
Type |
---|
AutoCompleteTextHighlightMode |
Unmatched
Hightlight the text other than the search text.
Declaration
public const AutoCompleteTextHighlightMode Unmatched
Field Value
Type |
---|
AutoCompleteTextHighlightMode |