ASPxPivotGrid.FilterCriteriaChanged Event
Occurs when the filter criteria is changed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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