ASPxClientListBox.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
): ASPxClientListEditItem
#Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the item to search for. |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
See Also