DayPilot.Scheduler.hideUntilInit

Whether the Scheduler 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 Scheduler and Java Scheduler.

Declaration

DayPilot.Scheduler.hideUntilInit (boolean)

Default Value

true

Example

dps.hideUntilInit = false;