Skip to main content
All docs
V25.1
  • ASPxPivotGrid.FilterCriteriaChanged Event

    Occurs when the filter criteria is changed.

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.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