DayPilot.Month.cellHeight

The cellHeight property (number) specifies the height of the JavaScript monthly calendar cells in pixels. This is the minimum cell height that will be extended automatically if there are many events.

Default Value

100

Example

Calendar config:

{
  cellHeight: 80,
  // ...
}