DayPilot.Calendar.crosshairType

The crosshairType property (string) sets the crosshair mode of the JavaScript Calendar component.

Possible Values

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

Default Value

"Header"

Example

const calendar = new DayPilot.Calendar("dp", {
  crosshairType: "Full",
  // ...
});
calendar.init();