PivotGridControl.MRUFilters Property
Gets the recently applied filters list (see MRU Filter List article).
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty(true, false, true, 2147483645)]
public PivotFilterInfoCollection MRUFilters { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraPivotGrid.PivotFilterInfoCollection | A list of recently applied filters. |
See Also