Back to Devexpress

BackstageViewControl.HasItems Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-a5ed0590.md

latest1.2 KB
Original Source

BackstageViewControl.HasItems Property

Returns whether this BackstageViewControl currently contains any items.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool HasItems { get; set; }
vb
Public Property HasItems As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace