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
public event EventHandler<FilterTextChangedEventArgs> FilterTextChanged
#Event Data
The FilterTextChanged event's data class is FilterTextChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Filter |
Gets or sets the entered filter text. |