DayPilot.Queue.height

The height property (string) applies the specified height in CSS format to the main Queue element using an inline style.

Available since 2025.4.6748.

Declaration

DayPilot.Queue.height

Default Value

null

Notes

Specify the value using a CSS height string such as 240px or 50vh. The value is written to the main Queue element as an inline style.

Example

const dp = new DayPilot.Queue("dp", {
  height: "240px",
  // ...
});
dp.init();

See Also

DayPilot.Queue Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript