Back to Devexpress

ASPxClientListBox.GetItem(index) Method

aspnet-js-aspxclientlistbox-dot-getitem-x28-index-x29.md

latest872 B
Original Source

ASPxClientListBox.GetItem(index) Method

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

Declaration

ts
GetItem(
    index: number
): ASPxClientListEditItem

Parameters

NameTypeDescription
indexnumber

The index of the item to search for.

|

Returns

TypeDescription
ASPxClientListEditItem

An ASPxClientListEditItem object representing the collection item found.

|

See Also

GetItemCount

Items

List Box

ASPxClientListBox Class

ASPxClientListBox Members