BootstrapClientComboBox.GetItem(index) Method
Returns an item specified by its index within the combo box editor’s item collection.
Declaration
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