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

BackstageViewControl.Items Property

Provides access to items owned by this BackstageViewControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public BackstageViewControlItemCollection Items { get; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollection

A DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollection object that stores items owned by this BackstageViewControl.

See Also