menu

Class ComboBoxTextHighlightMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved