Skip to main content
All docs
V25.1
  • IPivotTable.SetFilterCriteria(CriteriaOperator) Method

    Applies a filter to Pivot Table data.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    void SetFilterCriteria(
        CriteriaOperator criteria
    )

    Parameters

    Name Type Description
    criteria CriteriaOperator

    An object that specifies the filter expression.

    Remarks

    Refer to the SetFilterCriteria(CriteriaOperator) method description for more information and an example.

    See Also