Item Property

UltimateTabstrip

UltimateTabstrip Class Library

TabCollection.Item Property

Gets the Tab at the specified index.

[Visual Basic] Public Default Property Item( _
   ByVal index As Integer _
) As Tab
[C#]
public Tab this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the Tab to get or set.

Property Value

The Tab at the specified index.

See Also

TabCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace