Skip to main content

BootstrapClientPageControl.GetActiveTab Method

Returns the active tab within the Page Control.

Declaration

GetActiveTab(): BootstrapClientTab

Returns

Type Description
BootstrapClientTab

A BootstrapClientTab object that represents the active tab.

Remarks

The Pab 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 BootstrapClientPageControl.SetActiveTab method of the Pab Control.

See Also