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

DataControlBase.MRUColumnFilterListCount Property

Gets or sets the maximum number of the most recently used (MRU) filter conditions displayed within the column’s Drop-down Filter. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public int MRUColumnFilterListCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the maximum number of the most recently used (MRU) filter conditions displayed within the column’s filter dropdown.

Remarks

When an end-user selects a specific item from a column’s filter dropdown list, this item is copied to the column’s MRU Filter List. Such lists are supported by each column. The MRUColumnFilterListCount property specifies the capacity of these lists.

If the View’s DataControlBase.AllowColumnMRUFilterList property is set to true, the MRU filter items are displayed at the top of the column’s filter dropdown list.

See Also