The eventHeight property (number) specifies the event box height in pixels in the monthly calendar.
Declaration
DayPilot.Month.eventHeightDefault Value
25Examples
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
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot