DayPilot.Scheduler.loadingLabelVisible

The loadingLabelVisible property (boolean) enables the built-in loading indicator

The loading label is displayed during internal callbacks in ASP.NET WebForms, ASP.NET MVC, and Java versions.

In the JavaScript version, it can be displayed using loadingStart() method and hidden using loadingStop() method.

The loading label will only appear if the operation takes more than 100 ms.

Default Value

true

See Also

Example

dps.loadingLabelVisible = false;