PivotGridControl.MRUFilters Property
In This Article
Gets the MRU Filter List.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializableProperty(true, false, true, 2147483645)]
[XtraSerializablePropertyId(0)]
public ReadOnlyObservableCollection<CriteriaOperatorInfo> MRUFilters { get; }
#Property Value
Type | Description |
---|---|
Read |
A read-only collection that represents the MRU Filter List. |
#Remarks
To add or remove a criterion from the MRU Filter List, use the PivotGridControl.AddMRUFilter and PivotGridControl.RemoveMRUFilter methods, respectively. To clear the list, use the PivotGridControl.ClearMRUFilter method.
Use the PivotGridControl.MRUFilterListCount property, to obtain the number of criteria stored into the MRU filter list.
See Also