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