Click or drag to resize
TabItemsCollectionItem Property
Gets or sets the TabItem at a specified index.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public TabItem this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the TabItem in this collection.

Property Value

Type: TabItem
The TabItem at the index.
Remarks
In C#, this property is the indexer for the TabItemsCollection class.
See Also