DayPilot.Month.eventHeight

The eventHeight property (number) specifies the event box height in pixels in the monthly calendar.

Declaration

DayPilot.Month.eventHeight

Default Value

25

Examples

JavaScript

const month = new DayPilot.Month("dp", {
  eventHeight: 30,
  // ...
});
month.init();

Angular

<daypilot-month [config]="config"></daypilot-month>
config: DayPilot.MonthConfig = {
  eventHeight: 30,
  // ...
};

React

<DayPilotMonth
  eventHeight={30}
  {/* ... */}
/>

Vue

<DayPilotMonth
  :eventHeight="30"
  <!-- ... -->
/>

See Also

DayPilot.Month Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript