DayPilot.Calendar.useEventBoxes

The useEventBoxes property (string) sets the mode that the calendar uses to align the events with grid cells.

Possible Values

  • "Always" - all events will be aligned
  • "Never" - no events will be aligned
  • "ShortEventsOnly" - only events shorter than cellDuration will be aligned

Default Value

"Always"

Example

dp.useEventBoxes = "Never";