DayPilot.Calendar.allDayEventHeight

The allDayEventHeight property (number) specifies the height of all-day events (in pixels) displayed by the Calendar component.

Declaration

DayPilot.Calendar.allDayEventHeight

Default Value

34

Examples

JavaScript

const calendar = new DayPilot.Calendar("dp", {
  allDayEventHeight: 50,
  // ...
});
calendar.init();

Angular

<daypilot-calendar [config]="config"></daypilot-calendar>
config: DayPilot.CalendarConfig = {
  allDayEventHeight: 50,
  // ...
};

React

<DayPilotCalendar
  allDayEventHeight={50}
  {/* ... */}
/>

Vue

<DayPilotCalendar
  :allDayEventHeight="50"
  <!-- ... -->
/>

See Also

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript