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

BackstageViewControl.Items Property

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public ObservableCollection<BackstageItemBase> Items { get; }

Property Value

Type
ObservableCollection<BackstageItemBase>
See Also