DayPilot.Calendar.heightSpec

The heightSpec property (string) specifies the height and grid scrolling mode of the JavaScript Calendar component.

Possible Values

  • "Fixed"

  • "Full"

  • "BusinessHours"

  • "BusinessHoursNoScroll"

  • "Parent100Pct"

Default Value

"BusinessHours"

Example

Calendar config:

{
  heightSpec: "BusinessHoursNoScroll",
  // ...
}