Back to Devexpress

BackstageViewControl.GetTabIndex(BackstageTabItem) Method

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-dot-gettabindex-x28-devexpress-dot-xpf-dot-ribbon-dot-backstagetabitem-x29.md

latest2.0 KB
Original Source

BackstageViewControl.GetTabIndex(BackstageTabItem) Method

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

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public int GetTabIndex(
    BackstageTabItem tabItem
)
vb
Public Function GetTabIndex(
    tabItem As BackstageTabItem
) As Integer

Parameters

NameTypeDescription
tabItemBackstageTabItem

A BackstageTabItem whose index is to be obtained.

|

Returns

TypeDescription
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

GetTabFromIndex(Int32)

Tabs

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace