Skip to main content
All docs
V18.2

BackstageViewControlItemCollecton.LastTabIndex Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public int LastTabIndex { get; }

Property Value

Type Description
Int32

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

See Also