DayPilot.Scheduler.linkLayer

The linkLayer property (string) specifies the position of links in the JavaScript Scheduler relative to events.

Possible Values

  • "Above" - links are displayed above events

  • "Below" - links are displayed below events

Default Value

"Above"

Example

Scheduler config:

{
  linkLayer: "Below",
  // ...
|