Skip to main content

BootstrapClientListBox.SetItemBadgeIconCssClass(index, cssClass) Method

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

Declaration

SetItemBadgeIconCssClass(
    index: number,
    cssClass: string
): void

Parameters

Name Type Description
index number

The index of a List Box item.

cssClass string

A String containing the name of a CSS class.

See Also