Skip to main content
All docs
V26.1
  • IPivotTable.FilterCriteriaChanged Property

    Fires when filter criteria applied to Pivot Table data change.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v26.1.dll

    Declaration

    EventCallback<PivotTableFilterCriteriaChangedEventArgs> FilterCriteriaChanged { get; set; }

    Property Value

    Type Description
    EventCallback<PivotTableFilterCriteriaChangedEventArgs>

    An object that contains data for this event.

    Remarks

    Refer to the FilterCriteriaChanged event description for additional information and an example.

    See Also