DayPilot.Gantt.hideUntilInit

Whether the control should be hidden during initialization. If set to true, it will be made visible upon the first callback (Init event). Applies to ASP.NET MVC Gantt Chart and Java Gantt Chart.

Declaration

DayPilot.Gantt.hideUntilInit (boolean)

Default Value

false

Example

gantt.hideUntilInit = true;