ASPxClientComboBox.RemoveItem(index) Method
In This Article
Removes an item specified by its index from the client list editor.
#Declaration
TypeScript
RemoveItem(
index: number
): void
#Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the list item to be removed. |
See Also