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

ASPxPivotGrid.FilterCriteriaChanged Event

Occurs when the filter criteria is changed.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public event EventHandler FilterCriteriaChanged

Event Data

The FilterCriteriaChanged event's data class is EventArgs.

Remarks

The FilterCriteriaChanged event fires when the filter criteria is changed: users change the criteria at runtime or the WebFilter.Criteria property is changed. Use the ASPxPivotGrid.Filter option to get access to the Criteria property.

See Also