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.v19.1.dll

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