DayPilot.Month.heightSpec

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

Possible Values

  • "Fixed"

  • "Auto"

  • "Parent100Pct"

Default Value

"Auto"

Example

Calendar config:

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