Skip to main content

DataControlBase.FilterChanged Event

Occurs after the grid’s filter has been changed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#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