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.heightDefault Value
nullNotes
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
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot