PivotGridControl.AddMRUFilter(CriteriaOperator) Method
In This Article
Adds a new criterion to 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 remove a criterion from the MRU Filter List, use the PivotGridControl.RemoveMRUFilter method.
See Also