Click or drag to resize
TabItemsCollectionSetTabIndex Method
Sets the new index for a TabItem object.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public virtual void SetTabIndex(
	TabItem tabItem,
	int newIndex
)

Parameters

tabItem
Type: Stingray.GridTabItem
The TabItem whose index is changed.
newIndex
Type: SystemInt32
The new index for tabItem.
See Also