BackstageViewControl.Tabs Property
In This Article
Gets a list of tab items.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#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