Skip to main content
A newer version of this page is available. .

PivotGridOptionsFilter.MRUFilterListCount Property

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

[DXCategory("Data")]
[DefaultValue(10)]
[XtraSerializableProperty]
public virtual int MRUFilterListCount { get; set; }

Property Value

Type Default
Int32 10

Property Paths

You can access this nested property as listed below:

Object Type Path to MRUFilterListCount
PivotGridControl
.OptionsFilter.MRUFilterListCount
See Also