BackstageViewControl.GetTabIndex(BackstageTabItem) Method
In This Article
Gets the index of a BackstageTabItem in the BackstageViewControl.Tabs collection.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public int GetTabIndex(
BackstageTabItem tabItem
)
#Parameters
Name | Type | Description |
---|---|---|
tab |
Backstage |
A Backstage |
#Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the index of a Backstage |
#Remarks
Refer to the BackstageViewControl.GetTabFromIndex topic to learn more.
See Also