ASPxClientSpreadsheetPopupMenuItemCollection Methods
Represents a collection of items in the Spreadsheet’s context menu.| Name | Description |
|---|---|
| Add(item) | Adds the specified menu item to the end of the collection. |
| Clear | Removes all menu items from the collection. |
| Get(index) | Returns a menu item specified by its index in the collection. |
| GetByName(name) | Returns an item object with the specified ASPxClientSpreadsheetPopupMenuItem.name property value. |
| GetCount | Returns the total number of menu items in the collection. |
| Insert(index, item) | Adds the specified item to the specified position within the collection. |
| Remove(index) | Removes a menu item specified by its index within the collection. |
| RemoveByName(name) | Removes a menu item specified by its name. |
See Also