Back to Devexpress

ComboBoxEditBase.FilterTextChangedCommand Property

maui-devexpress-dot-maui-dot-editors-dot-comboboxeditbase-cc944e2c.md

latest940 B
Original Source

ComboBoxEditBase.FilterTextChangedCommand Property

Gets or sets the command executed when the FilterText property value changes. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public ICommand FilterTextChangedCommand { get; set; }

Property Value

TypeDescription
ICommand

The command.

|

See Also

ComboBoxEditBase Class

ComboBoxEditBase Members

DevExpress.Maui.Editors Namespace