Skip to main content

BootstrapClientListBox.SetItemBadgeText(index, text) Method

Sets the text displayed within a List Box item badge.

Declaration

SetItemBadgeText(
    index: number,
    text: string
): void

Parameters

Name Type Description
index number

The index of a List Box item.

text string

A String specifying the badge text.

See Also