BackstageViewControl.Items Property
In This Article
Provides access to BackstageButtonItem, BackstageTabItem and BackstageSeparatorItem objects owned by this BackstageViewControl.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public ObservableCollection<BackstageItemBase> Items { get; }
#Property Value
Type |
---|
Observable |
See Also