Skip to main content

BootstrapClientTagBox.GetItemBadgeIconCssClass(index) Method

Gets the CSS class of the icon displayed within a Tag Box item badge.

Declaration

GetItemBadgeIconCssClass(
    index: number
): string

Parameters

Name Type Description
index number

The index of a Tag Box item.

Returns

Type Description
string

A String containing the name of a CSS class.

See Also