Back to Devexpress

PivotGridOptionsFilter.MRUFilterListPopupCount Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilter-a3c4a733.md

latest1.9 KB
Original Source

PivotGridOptionsFilter.MRUFilterListPopupCount Property

Gets or sets the maximum number of items the Pivot Grid’s MRU Filter List can display at once.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(10)]
[DXCategory("Data")]
[XtraSerializableProperty]
public virtual int MRUFilterListPopupCount { get; set; }
vb
<DXCategory("Data")>
<DefaultValue(10)>
<XtraSerializableProperty>
Public Overridable Property MRUFilterListPopupCount As Integer

Property Value

TypeDefaultDescription
Int3210

An integer value that determines the maximum number of items the Pivot Grid’s MRU Filter List can display at once.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MRUFilterListPopupCount
PivotGridControl

.OptionsFilter .MRUFilterListPopupCount

|

See Also

PivotGridOptionsFilter Class

PivotGridOptionsFilter Members

DevExpress.XtraPivotGrid Namespace