ASPxClientRichEditPopupMenuItemCollection.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 ASPxClientRichEditPopupMenuItem.name property value of a menu item to remove from the collection. |
See Also