Back to Devexpress

BackstageViewControl.Items Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-339cf9d0.md

latest1.4 KB
Original Source

BackstageViewControl.Items Property

Provides access to items owned by this BackstageViewControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public BackstageViewControlItemCollection Items { get; }
vb
<Browsable(False)>
Public ReadOnly Property Items As BackstageViewControlItemCollection

Property Value

TypeDescription
DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollection

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

|

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace