DayPilot.Scheduler.eventVersionPosition

The eventVersionPosition property (string) specifies the position of event versions. The JavaScript Scheduler component will display event version above or below the main event.

Possible Values

  • "Above"
  • "Below"

Default Value

"Above"

Example

const scheduler = new DayPilot.Scheduler("dp", {
  eventVersionsEnabled: true,
  eventVersionPosition: "Below",
  // ...
});