Skip to main content
All docs
V18.2

BackstageViewControlItemCollecton.FirstTabIndex Property

Gets the index of the first BackstageViewTabItem object in the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public int FirstTabIndex { get; }

Property Value

Type Description
Int32

A zero-based index of the first BackstageViewTabItem object in the collection.

See Also