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.v21.1.dll

NuGet Package: 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