BootstrapClientTagBox.SetItemBadgeIconCssClass(index, cssClass) Method
Sets the CSS class of the icon displayed within a Tag Box item badge.
Declaration
SetItemBadgeIconCssClass(
index: number,
cssClass: string
): void
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The index of a Tag Box item. |
| cssClass | string | A String containing the name of a CSS class. |
See Also