BackstageViewControl.GetTabIndex(BackstageTabItem) Method
Gets the index of a BackstageTabItem in the BackstageViewControl.Tabs collection.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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