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

ASPxClientTabControlBase.GetActiveTabIndex Method

Returns the index of the active tab within the tab control.

Declaration

GetActiveTabIndex(): number

Returns

Type Description
number

An integer that represents the active tab’s index.

Remarks

Use the GetActiveTabIndex method to obtain the index of the active tab on the client side.

In order to select a specific tab by its index, use the ASPxClientTabControlBase.SetActiveTabIndex method of the tab control.

See Also