The indexer of the tab collection.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

Parameters

index
Type: System..::..Int32
The index of tab object to access.

Return Value

The tab object at specified position.

See Also