Skip to main content
A newer version of this page is available. .
All docs
V20.2

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