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

PivotGridOptionsFilter.MRUFilterListPopupCount Property

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

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

Property Value

Type Default
Int32 10

Property Paths

You can access this nested property as listed below:

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