The eventHeight property (number) specifies the event box height in pixels.
Declaration
DayPilot.Queue.eventHeightDefault Value
35Examples
JavaScript
const queue = new DayPilot.Queue("dp", {
eventHeight: 30,
// ...
});
queue.init();Angular
<daypilot-queue [config]="config"></daypilot-queue>config: DayPilot.QueueConfig = {
eventHeight: 30,
// ...
};React
<DayPilotQueue
eventHeight={30}
{/* ... */}
/>Vue
<DayPilotQueue
:eventHeight="30"
<!-- ... -->
/>See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot