DayPilot.Queue.eventHeight

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

Declaration

DayPilot.Queue.eventHeight

Default Value

35

Examples

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

DayPilot.Queue Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript