ASPxClientRichEditPopupMenuItemCollection.Add(item) Method
In This Article
Adds the specified menu item to the end of the collection.
#Declaration
TypeScript
Add(
item: ASPxClientRichEditPopupMenuItem
): void
#Parameters
Name | Type | Description |
---|---|---|
item | ASPx |
An ASPx |
See Also