ASPxClientRichEditPopupMenuItem Methods
Represents an individual item of the Rich Edit’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 ASPxClientRichEditPopupMenuItem.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