Skip to main content
All docs
V25.1
  • PivotGridControl.MRUFilters Property

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

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v25.1.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