New to Kendo UI for Angular? Start a free 30-day trial
TaskDragEvent
Contains the event data for the Gantt TaskDragEvent
. This event triggers when the user resizes or moves a task.
Name | Type | Default | Description |
---|---|---|---|
completionRatio |
|
Holds the new completion ratio. | |
dragEvent |
|
Holds the drag event triggered by the user's action. | |
end |
|
Holds the new end date for the task. | |
item |
|
Holds the item object for the dragged event. Contains the original data item and its parent. Use this to update all affected ancestor tasks in the data hierarchy. | |
start |
|
Holds the new start date for the task. |