Skip to main content
All docs
V25.1
  • PivotGridControl.ResetFilterCriteria() Method

    Clears the filter criteria specified by the Filter Editor.

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

    public virtual void ResetFilterCriteria()

    Remarks

    The ResetFilterCriteria method sets the PivotGridControl.FilterCriteria property to null.

    To clear the filter in code, set the PivotGridControl.FilterString property to an empty string.

    See Also