Click or drag to resize
TabItemsCollectionIndexOf Method
Gets the index of a specified TabItem.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public int IndexOf(
	TabItem tabItem
)

Parameters

tabItem
Type: Stingray.GridTabItem
The TabItem to find.

Return Value

Type: Int32
The index of in this collection.
See Also