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

DataControlBase.MRUColumnFilterListCount Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public int MRUColumnFilterListCount { get; set; }

Property Value

Type Default Description
Int32 **5**

The maximum number of most recently used (MRU) filter items displayed in the column’s Drop-down Filter.

Remarks

To display most recently used (MRU) filter items in the Drop-down Filter, set the DataControlBase.AllowColumnMRUFilterList property to true

See Also