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

BootstrapClientTab.SetActiveIconCssClass(cssClass) Method

Sets the CSS class of an icon displayed by the tab when it is active.

Declaration

SetActiveIconCssClass(
    cssClass: string
): void

Parameters

Name Type Description
cssClass string

A String containing the name of a CSS class.

See Also