DayPilot.Calendar.headerHeight

The headerHeight property (number) specifies the height of the column header row (in pixels) in the JavaScript Calendar component.

If you define a hierarchy of columns and display multiple header levels, you can configure the height of each level using the headerLevelHeights property.

Default Value

30

Example

Calendar config:

{
 headerHeight: 25,
 // ...
}