DayPilot.Scheduler.jointEventsMove

The jointEventsMove property (boolean) specifies whether joint events displayed by the JavaScript Scheduler will be moved together.

Default Value

true

Example

Scheduler config:

{
  jointEventsMove: false,
  // ...
}