DayPilot.Scheduler.eventVersionsReserveSpace

The eventVersionsReserveSpace property (boolean) specifies whether the event versions should be taken into account when resolving overlaps within a row.

When set to false, the JavaScript Scheduler component only includes the main event in the horizontal position calculation and versions of different events may overlap.

If you set the value to true, the space occupied by an event will include its versions as well.

Available since 2019.4.4153.

Default Value

false

Example

dp.eventVersionsReserveSpace = true;