ASPxClientGanttContextMenuItemCollection.RemoveByName(name) Method
Removes a context menu item with the specified name from the item collection.
Declaration
RemoveByName(
name: string
): void
Parameters
Name | Type | Description |
---|---|---|
name | string | The context menu item’s name. |
Remarks
var count;
count = e.menuItems.RemoveByName("item_name");
Examples
See Also