DayPilot.Scheduler.height

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

Declaration

DayPilot.Scheduler.height (int)

Default Value

null

See Also

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

Example

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