Skip to main content
A newer version of this page is available. .

ASPxClientTab.index Property

Gets the index of the current tab (tabbed page) within the control’s collection of tabs (tabbed pages).

Declaration

index: number

Property Value

Type Description
number

An integer value representing the zero-based index of the current tab (tabbed page) within the ASPxTabControl.Tabs (ASPxPageControl.TabPages) collection of the control to which the tab belongs.

Remarks

Use the index property to obtain the index of a tab (tabbed page) within the control’s collection of tabs (tabbed pages). Depending upon the control’s type (a tab control or a tabbed page control) this collection can be accessed via either the ASPxTabControl.Tabs or ASPxPageControl.TabPages property.

See Also