DayPilot.Calendar.loadingLabelText

The loadingLabelText property (string) specifies the text/HTML of the loading label. See also loadingLabelVisible.

If the built-in XSS protection is enabled (see the xssProtection property), the text will be HTML-encoded. To specify raw HTML, use loadingLabelHtml.

Default Value

"Loading..."

Example

dp.loadingLabelText = "Please wait...";