PivotGridControl.RemoveMRUFilter(CriteriaOperator) Method
In This Article
Removes the specified criterion from the MRU Filter List.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
filter |
Criteria |
A Criteria |
#Remarks
To add a criterion to the MRU Filter List, use the PivotGridControl.AddMRUFilter method. To clear the list, use the PivotGridControl.ClearMRUFilter method.
See Also