Skip to main content
A newer version of this page is available. .

FilterListPickerItemBase.FilterChanged Event

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
FilterExpression
See Also