Back to Devexpress

BackstageViewControl.Tabs Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-fb6674d5.md

latest2.2 KB
Original Source

BackstageViewControl.Tabs Property

Gets a list of tab items.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public List<BackstageTabItem> Tabs { get; }
vb
<Browsable(False)>
Public ReadOnly Property Tabs As List(Of BackstageTabItem)

Property Value

TypeDescription
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

BackstageTabItem

SelectedTab

SelectedTabIndex

GetTabFromIndex(Int32)

GetTabIndex(BackstageTabItem)

TabCount

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace