Skip to main content

BackstageViewControl.Items Property

Provides access to items owned by this BackstageViewControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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