DayPilot.Scheduler.loadingLabelText

The loadingLabelText property (string) defines the text of the loading indicator.

Since version  2020.4.4701, the value is HTML-encoded (see XSS protection). To use raw HTML, please see loadingLabelHtml.

Default Value

"Loading..."

Example

dps.loadingLabelText = "Please wait...";