FilterItemBase.FilterChanged Event
Occurs when the FilterItemBase descendant’s filter is changed.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
public event EventHandler<FilterChangedEventArgs> FilterChanged
#Event Data
The FilterChanged event's data class is FilterChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Filter |
Gets the filter expression. This is a bindable property. |