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

BootstrapClientTab.SetIconCssClass(cssClass) Method

Sets the CSS class of the icon displayed by the tab.

Declaration

SetIconCssClass(
    cssClass: string
): void

Parameters

Name Type Description
cssClass string

A string containing the name of a CSS class.

See Also