ASPxClientRichEditPopupMenuItemCollection Members
Represents a collection of items in the Rich Edit’s context menu.Methods
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 ASPxClientRichEditPopupMenuItem.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