Skip to main content

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