Skip to main content

BootstrapClientListBox.GetItem(index) Method

Returns an item specified by its index within the list box editor’s item collection.

#Declaration

TypeScript
GetItem(
    index: number
): BootstrapClientListBoxItem

#Parameters

Name Type Description
index number

An integer value specifying the zero-based index of the item to search for.

#Returns

Type Description
BootstrapClientListBoxItem

A BootstrapClientListBoxItem object representing the collection item found.

See Also