ASPxClientSpreadsheetPopupMenuItem Methods
Represents an individual item of the Spreadsheet’s context menu.| Name | Description |
|---|---|
| GetItem(index) | Returns the menu item’s sub-item with the specified index. |
| GetItemByName(name) | Returns the menu item’s sub-item with the specified ASPxClientSpreadsheetPopupMenuItem.name property value. |
| GetItemCount | Returns the total number of the menu item’s child items (submenu items). |
| GetSubItems | Gets a collection that contains the submenu items of the current menu item. |
See Also