Skip to main content
All docs
V18.2

BackstageViewControlItemCollecton.TabCount Property

Gets the number of BackstageViewTabItem objects in the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public int TabCount { get; }

Property Value

Type Description
Int32

The number of BackstageViewTabItem objects in the collection.

See Also