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

DataControlBase.MRUFilterListCount Property

Gets or sets the maximum number of the most recently used (MRU) filter conditions stored by the View. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

public int MRUFilterListCount { get; set; }

Property Value

Type Description
Int32

An integer that specifies the maximum number of recently used filter conditions stored by the View.

Remarks

A View maintains a list that stores the unique recently used filter conditions. The MRUFilterListCount property specifies the maximum number of filter conditions stored by the View. The most recently used filters can be accessed via the DataControlBase.MRUFilters property. End-users can access MRU filters via the MRU Filter List displayed within the Filter Panel.

See Also