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

BackstageViewControl.TabCount Property

Gets the number of BackstageTabItems within a BackstageViewControl.

Namespace: DevExpress.Xpf.Ribbon

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

Declaration

public int TabCount { get; }

Property Value

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