BootstrapClientAccordionGroup.SetHeaderBadgeText(text) Method
Sets the text displayed within an accordion group header badge.
Declaration
SetHeaderBadgeText(
text: string
): void
Parameters
Name | Type | Description |
---|---|---|
text | string | A String specifying the badge text. |
See Also