Skip to main content

BackstageViewControl.Tabs Property

Gets a list of tab items.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

[Browsable(false)]
public List<BackstageTabItem> Tabs { get; }

Property Value

Type Description
List<BackstageTabItem>

A List object, containing all tab items in the BackstageViewControl.

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