Class ComboBoxFilterInfo

    Show / Hide Table of Contents

    Class ComboBoxFilterInfo

    Represents information for the FilterBehavior in SfComboBox control.

    Inheritance
    System.Object
    ComboBoxFilterInfo
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class ComboBoxFilterInfo : Object

    Constructors

    ComboBoxFilterInfo()

    Declaration
    public ComboBoxFilterInfo()

    Properties

    Text

    Gets the text entered in ComboBox. Using this text, suggestion list gets prepared which gets displayed in the drop down list.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    The text entered in ComboBox.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved