FilterFormItemBase.FilterChanged Event
Occurs when the FilterFormItemBase 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 |
---|---|
FilterExpression | Gets the filter expression. This is a bindable property. |
See Also