Class AutoCompleteTextHighlightMode

    Show / Hide Table of Contents

    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 Description
    AutoCompleteTextHighlightMode

    None

    Disable highlighting the search text.

    Declaration
    public const AutoCompleteTextHighlightMode None
    Field Value
    Type Description
    AutoCompleteTextHighlightMode

    Unmatched

    Hightlight the text other than the search text.

    Declaration
    public const AutoCompleteTextHighlightMode Unmatched
    Field Value
    Type Description
    AutoCompleteTextHighlightMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved