Back to Devexpress

ComboBoxEditBase.FilterTextChanged Event

maui-devexpress-dot-maui-dot-editors-dot-comboboxeditbase-1b8052ec.md

latest1.1 KB
Original Source

ComboBoxEditBase.FilterTextChanged Event

Fires when the FilterText property value changes.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event EventHandler<FilterTextChangedEventArgs> FilterTextChanged

Event Data

The FilterTextChanged event's data class is FilterTextChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
FilterTextGets or sets the entered filter text.

See Also

ComboBoxEditBase Class

ComboBoxEditBase Members

DevExpress.Maui.Editors Namespace