DayPilot.Gantt.height

The height of the Gantt viewport (excluding the header). This value is used when heightSpec is set to "Fixed" or "Max".

Declaration

DayPilot.Gantt.height (integer)

Default Value

300

See Also

The setHeight() method will let you set the full control height.

Example

gantt.heightSpec = "Fixed";
gantt.height = 200;