Back to Devexpress

DataControlBase.AllowMRUFilterList Property

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-fc9067e5.md

latest1.7 KB
Original Source

DataControlBase.AllowMRUFilterList Property

Gets or sets whether the grid’s MRU Filter List is enabled. 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 AllowMRUFilterList { get; set; }
vb
Public Property AllowMRUFilterList As Boolean

Property Value

TypeDescription
Boolean

true to enable the MRU Filter List; otherwise, false.

|

Remarks

To display a list of the most recently used (MRU) filter conditions in the filter panel, set the AllowMRUFilterList property to true. To specify the maximum number of items in the list, use the DataControlBase.MRUFilterListCount property.

See Also

MRUFilterListCount

AllowColumnMRUFilterList

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace