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

BackstageViewControl.HasItems Property

Returns whether or not this BackstageViewControl currently contains any items.

Namespace: DevExpress.Xpf.Ribbon

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

Declaration

public bool HasItems { get; set; }

Property Value

Type Description
Boolean

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

See Also