ASPxClientGanttContextMenuEventArgs Members
Contains data for the ContextMenu event.Constructors
| Name | Description |
|---|---|
| constructor(objectInfo, htmlEvent) | Initializes a new instance of the ASPxClientGanttContextMenuEventArgs class with specified settings. |
Properties
| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| htmlEvent | Gets the DHTML event object that contains information about the processed event. |
| objectInfo | Gets information about the right-clicked object. |
See Also