DayPilot.Scheduler.treePreventParentUsage

The treePreventParentUsage property (boolean) disables parent nodes in the resources tree hierarchy of the JavaScript Scheduler from being used as drop targets in the grid.

Default Value

false

Example

Scheduler config:

{
  treePreventParentUsage: true,
  // ...
}