Skip to main content

BackstageViewControl.Items Property

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public ObservableCollection<BackstageItemBase> Items { get; }

Property Value

Type
ObservableCollection<BackstageItemBase>
See Also