ASPxClientTabControlBase.GetActiveTabIndex Method
In This Article
Returns the index of the active tab within the tab control.
#Declaration
TypeScript
GetActiveTabIndex(): number
#Returns
Type | Description |
---|---|
number | 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