Skip to main content

FilteringPanelControl.AllowMRU Property

Gets or sets whether to allow recently used filters.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool AllowMRU { get; set; }

Property Value

Type Description
Boolean

true, to allow recently used filters; otherwise, false.

See Also