Back to Devexpress

PivotGridControl.MRUFilters Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-d1e1c11c.md

latest1.3 KB
Original Source

PivotGridControl.MRUFilters Property

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(true, false, true, 2147483645)]
public PivotFilterInfoCollection MRUFilters { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(True, False, True, 2147483645)>
Public ReadOnly Property MRUFilters As PivotFilterInfoCollection

Property Value

TypeDescription
DevExpress.XtraPivotGrid.PivotFilterInfoCollection

A list of recently applied filters.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace