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.v14.2.dll
#Declaration
#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