Skip to main content

BackstageViewControl.GetTabIndex(BackstageTabItem) Method

Gets the index of a BackstageTabItem in the BackstageViewControl.Tabs collection.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public int GetTabIndex(
    BackstageTabItem tabItem
)

#Parameters

Name Type Description
tabItem BackstageTabItem

A BackstageTabItem whose index is to be obtained.

#Returns

Type Description
Int32

An integer value that specifies the index of a BackstageTabItem in the BackstageViewControl.Tabs collection.

#Remarks

Refer to the BackstageViewControl.GetTabFromIndex topic to learn more.

See Also