ASPxClientRichEditPopupMenuItemCollection.Add(item) Method
Adds the specified menu item to the end of the collection.
Declaration
Add(
item: ASPxClientRichEditPopupMenuItem
): void
Parameters
Name | Type | Description |
---|---|---|
item | ASPxClientRichEditPopupMenuItem | An ASPxClientRichEditPopupMenuItem object specifying the item to be added to the collection. |
See Also