ASPxClientSpreadsheetPopupMenuItemCollection.RemoveByName(name) Method
Removes a menu item specified by its name.
Declaration
RemoveByName(
name: string
): void
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | A string value specifying the ASPxClientSpreadsheetPopupMenuItem.name property value of a menu item to remove from the collection. |
See Also