Back to Devexpress

BootstrapClientListBox.GetItem(index) Method

aspnetbootstrap-js-bootstrapclientlistbox-dot-getitem-x28-index-x29.md

latest1014 B
Original Source

BootstrapClientListBox.GetItem(index) Method

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

Declaration

ts
GetItem(
    index: number
): BootstrapClientListBoxItem

Parameters

NameTypeDescription
indexnumber

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

|

Returns

TypeDescription
BootstrapClientListBoxItem

A BootstrapClientListBoxItem object representing the collection item found.

|

See Also

GetItemCount

Items

List Box

BootstrapClientListBox Class

BootstrapClientListBox Members