ASPxClientGanttTaskMovingEventArgs Properties
Contains data for the TaskMoving event.| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| key | Specifies the task key. |
| newValues | Specifies the task values after moving. |
| values | Specifies the task values. |
See Also