Skip to main content

BootstrapClientListBox.GetItemBadgeText(index) Method

Gets the text displayed within a List Box item badge.

Declaration

GetItemBadgeText(
    index: number
): string

Parameters

Name Type Description
index number

The index of a List Box item.

Returns

Type Description
string

A String specifying the badge text.

See Also