ASPxClientRichEditPopupMenuItemCollection.Remove(index) Method
Removes a menu item specified by its index within the collection.
Declaration
Remove(
index: number
): void
Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the menu item to remove. |
See Also