DayPilot.Scheduler.eventVersionHeight

The eventVersionHeight property (number) specifies the height of the event version box displayed by the JavaScript Scheduler component.

Default Value

25

Example

const scheduler = new DayPilot.Scheduler("scheduler", {
  eventVersionHeight: 20,
  // ...
});

scheduler.init();