Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.ResetFilterCriteria() Method

In This Article

Clears the filter criteria specified by the Filter Editor.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.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