DayPilot.Gantt.taskMovingStartEndEnabled

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

Default Value

false

Example

Gantt Chart config:

{
  taskMovingStartEndEnabled: true,
  // ...
}