Skip to main content

PivotGridControl.MRUFilters Property

Gets the recently applied filters list (see MRU Filter List article).

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

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