BootstrapClientListBox.GetItem(index) Method
In This Article
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 |
---|---|
Bootstrap |
A Bootstrap |
See Also