Skip to main content
All docs
V23.2

ASPxClientGanttContextMenuCustomizationEventArgs Members

Contains data for the ContextMenuCustomization event.

Constructors

Name Description
constructor(menuItems) Initializes a new instance of the ASPxClientGanttContextMenuCustomizationEventArgs class with specified settings.

Properties

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
menuItems Gets the collection of context menu items.
See Also