BootstrapClientAccordionGroup.SetHeaderBadgeIconCssClass(cssClass) Method
Sets the CSS class of the icon displayed within an accordion group header badge.
Declaration
SetHeaderBadgeIconCssClass(
cssClass: string
): void
Parameters
Name | Type | Description |
---|---|---|
cssClass | string | A String containing the name of a CSS class. |
See Also