Skip to main content

DataControlBase.FilterChanged Event

Occurs after the grid’s filter has been changed.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public event EventHandler FilterChanged

#Event Data

The FilterChanged event's data class is EventArgs.

#Remarks

The FilterChanged event is fired after the grid’s filter has been changed (for example, after the DataControlBase.FilterString has been modified).

See Also