DayPilot.Scheduler.treeAutoExpand

The treeAutoExpand property (boolean) lets you configure the parent tree node auto-expansion during drag and drop event moving in the JavaScript Scheduler.

Default Value

true

Example

Scheduler config:

{
  treeAutoExpand: false,
  // ...
}