ASPxClientGanttContextMenuItemCollection.Get(index) Method
Returns a context menu item with the specified index.
Declaration
Get(
index: number
): ASPxClientGanttContextMenuItem
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The index. |
Returns
| Type | Description |
|---|---|
| ASPxClientGanttContextMenuItem | The context menu item. |
Remarks
var item;
item = e.menuItems.Get(0);
Examples
See Also