TabControlTabShownEventArgs.TabIndex Property
In This Article
Gets the index of the processed tab item.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#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