Back to Devexpress

BackstageViewControl.TabCount Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-5cd44351.md

latest2.0 KB
Original Source

BackstageViewControl.TabCount Property

Gets the number of BackstageTabItems within a BackstageViewControl.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public int TabCount { get; }
vb
Public ReadOnly Property TabCount As Integer

Property Value

TypeDescription
Int32

A Int32 value, indicating the number of BackstageTabItems within a BackstageViewControl

|

Remarks

Use the TabCount property to get the number of all tab items stored in the BackstageViewControl.Tabs list.

See Also

BackstageTabItem

Tabs

GetTabFromIndex(Int32)

GetTabIndex(BackstageTabItem)

SelectedTab

SelectedTabIndex

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace