ASPxClientGanttTaskEventArgs Properties
Provides data for the TaskClick and TaskDblClick events.| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| htmlEvent | Provides access to the parameters associated with the TaskClick and TaskDblClick events. |
| key | Returns the task key. |
| values | Returns the task data. |
See Also