constructor(menuItems) Constructor
Initializes a new instance of the ASPxClientGanttContextMenuCustomizationEventArgs class with specified settings.
Declaration
constructor(
menuItems: any
)
Parameters
Name | Type | Description |
---|---|---|
menuItems | any | The collection of context menu items. |
See Also