Click or drag to resize
TabItemsCollectionAdd Method
Adds a TabItem to the collection.

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

Parameters

tabItem
Type: Stingray.GridTabItem
The TabItem to add.

Return Value

Type: Int32
The index of the TabItem in the collection.
See Also