ASPxClientListBox.GetItem(index) Method
Returns an item specified by its index within the list box editor’s item collection.
Declaration
GetItem(
index: number
): ASPxClientListEditItem
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The index of the item to search for. |
Returns
| Type | Description |
|---|---|
| ASPxClientListEditItem | An ASPxClientListEditItem object representing the collection item found. |
See Also