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

PivotGridControl.MRUFilterListCount Property

Gets or sets the number of filter criteria stored into the MRU Filter List. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

Declaration

public int MRUFilterListCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of filter criteria stored into the MRU Filter List.

See Also