Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BackstageViewControl.Tabs Property

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<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