Back to Devexpress

DataControlBase.AllowColumnMRUFilterList Property

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-907a6d6b.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowColumnMRUFilterList { get; set; }
vb
Public Property AllowColumnMRUFilterList As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace