Skip to main content
A newer version of this page is available. .

BackstageViewControl.Tabs Property

Gets a list of tab items.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

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