Skip to main content
All docs
V24.2

ASPxClientGanttContextMenuItemCollection.Remove(index) Method

Removes a context menu item with the specified index from the item collection.

#Declaration

TypeScript
Remove(
    index: number
): void

#Parameters

Name Type Description
index number

The context menu item’s index.

#Remarks

var count;
count = e.menuItems.Remove(3);

#Examples

See Also