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. |