BackstageViewControl.Tabs Property
In This Article
Gets a list of tab items.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
[Browsable(false)]
public List<BackstageTabItem> Tabs { get; }
#Property Value
Type | Description |
---|---|
List<Backstage |
A List object, containing all tab items in the Backstage |
#Remarks
All BackstageTabItems within a BackstageViewControl can be accessed via the Tabs list.
To select a tab item, use the BackstageViewControl.SelectedTab and/or BackstageViewControl.SelectedTabIndex property.
See Also