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

BootstrapClientListBox.GetItemBadgeIconCssClass(index) Method

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

Declaration

GetItemBadgeIconCssClass(
    index: number
): string

Parameters

Name Type Description
index number

The index of a List Box item.

Returns

Type Description
string

A String containing the name of a CSS class.

See Also