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