DayPilot.Scheduler.crosshairType

The crosshairType property (string) determines the crosshair mode used by the JavaScript Scheduler component..

Possible Values

  • "Disabled"
  • "Full"
  • "Header" 

Default Value

"Header"

Example

const scheduler = new DayPilot.Scheduler("scheduler", {
  crosshairType: "Full",
  // ...
});
scheduler.init();