ASPxPivotGrid.FilterCriteriaChanged Event
In This Article
Occurs when the filter criteria is changed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.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