ASPxClientRichEditPopupMenuItemCollection.RemoveByName(name) Method
In This Article
Removes a menu item specified by its name.
#Declaration
TypeScript
RemoveByName(
name: string
): void
#Parameters
Name | Type | Description |
---|---|---|
name | string | A string value specifying the ASPx |
See Also