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

BackstageViewControl.HasItems Property

Returns whether this BackstageViewControl currently contains any items.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public bool HasItems { get; set; }

Property Value

Type Description
Boolean

true, if this BackstageViewControl currently contains any items; otherwise, false.

See Also