Skip to main content

ASPxClientTabControlBase.GetActiveTab Method

Returns the active tab within the tab control.

Declaration

GetActiveTab(): ASPxClientTab

Returns

Type Description
ASPxClientTab

An ASPxClientTab object that represents the active tab.

Remarks

The tab control’s client-side functionality allows tab objects to be accessed programmatically on the client side. The active tab can be obtained on the client side by using the GetActiveTab method.

In order to select a specific tab on the client side, use the ASPxClientTabControlBase.SetActiveTab method of the tab control.

See Also