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

FilteringPanelControl.IsMRUListEmpty Property

Gets whether the list of recently used filters is empty.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool IsMRUListEmpty { get; }

Property Value

Type Description
Boolean

true, if the list of recently used filters is empty; otherwise, false.

See Also