Skip to main content

BootstrapClientComboBox.SetItemBadgeIconCssClass(index, cssClass) Method

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

Declaration

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

Parameters

Name Type Description
index number

The index of a Combo Box item.

cssClass string

A String containing the name of a CSS class.

See Also