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

DataControlBase.AllowColumnMRUFilterList Property

Gets or sets whether to display most recently used (MRU) filter items in the Drop-down Filter. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public bool AllowColumnMRUFilterList { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display most recently used (MRU) filter items in the Drop-down Filter; otherwise, false.

Remarks

To display filter items recently used by an end user at the top of the Drop-down Filter, set the AllowColumnMRUFilterList property true.

Note

This option works only if the ColumnBase.FilterPopupMode property is set to List.

To specify the maximum number of recently used filter items, use the DataControlBase.MRUColumnFilterListCount property.

See Also