Skip to main content

PivotGridControl.ClearMRUFilter() Method

In This Article

Clears the MRU Filter List.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public void ClearMRUFilter()

#Remarks

To remove a particular criterion from the MRU Filter List, use the PivotGridControl.RemoveMRUFilter method.

See Also