TaskDragEvent
Interface
Contains the event data for the Gantt TaskDragEvent. This event triggers when the user resizes or moves a task.
Definition
Package:@progress/kendo-angular-gantt
Properties
completionRatio
number
Holds the new completion ratio.
dragEvent
DragTargetDragEvent | DragTargetDragEndEvent
Holds the drag event triggered by the user's action.
end
Date
Holds the new end date for the task.
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
Date
Holds the new start date for the task.