Skip to main content

TabControlTabShownEventArgs.TabIndex Property

Gets the index of the processed tab item.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public int TabIndex { get; }

#Property Value

Type Description
Int32

An integer value that specifies the index of the processed tab item.

#Remarks

Use the DXTabControl.GetTabItem method to obtain the tab item by its index.

See Also