Skip to main content

FilteringPanelControl.IsMRUListEmpty Property

Gets whether the list of recently used filters is empty.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.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