The crosshairType property (string) sets the crosshair mode of the JavaScript Calendar component.
"Header"
const calendar = new DayPilot.Calendar("dp", { crosshairType: "Full", // ... }); calendar.init();