Skip to main content

ASPxClientRibbon.GetActiveTab Method

Returns the active tab within the ribbon control.

Declaration

GetActiveTab(): ASPxClientRibbonTab

Returns

Type Description
ASPxClientRibbonTab

An ASPxClientRibbonTab object that is the active tab.

Remarks

The ribbon 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 ASPxClientRibbon.SetActiveTab or ASPxClientRibbon.SetActiveTabIndex method of the ribbon control.

See Also