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

    Occurs when the filter criteria is changed.

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v26.1.dll

    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