DayPilot.Gantt.taskResizingStartEndEnabled

 The taskResizingStartEndEnabled property (boolean) activates target date/time indicators in the JavaScript Gantt Chart while task boxes are being resized using drag and drop.

Default Value

false

Example

Gantt Chart config:

{
  taskResizingStartEndEnabled: true,
  // ...
}