Back to Devexpress

PivotGridOptionsFilter.MRUFilterListCount Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilter-57b76ef8.md

latest1.7 KB
Original Source

PivotGridOptionsFilter.MRUFilterListCount Property

Gets or sets the MRU Filter List capacity.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDefaultDescription
Int3210

An integer value that specifies the MRU Filter List capacity.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MRUFilterListCount
PivotGridControl

.OptionsFilter .MRUFilterListCount

|

See Also

PivotGridOptionsFilter Class

PivotGridOptionsFilter Members

DevExpress.XtraPivotGrid Namespace