ASPxClientGanttContextMenuItemCollection Methods
The context menu item collection.| Name | Description |
|---|---|
| Add(item) | Adds a context menu item. |
| Clear | Removes predefined items from the context menu. |
| Get(index) | Returns a context menu item with the specified index. |
| GetByName(name) | Returns a context menu item with the specified name. |
| GetCount | Returns the number of context menu items. |
| Insert(index, item) | Inserts a context menu item at the specified position in the collection. |
| Remove(index) | Removes a context menu item with the specified index from the item collection. |
| RemoveByName(name) | Removes a context menu item with the specified name from the item collection. |
See Also