Skip to main content
All docs
V26.1
  • IPivotTable.GetFilterCriteria() Method

    Returns the filter criteria applied to Pivot Table data.

    Namespace: DevExpress.Blazor.PivotTable

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

    Declaration

    CriteriaOperator GetFilterCriteria()

    Returns

    Type Description
    CriteriaOperator

    An object that specifies the filter expression.

    Remarks

    Refer to the GetFilterCriteria() method description for additional information and an example.

    See Also