Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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