DayPilot.Calendar.loadingLabelHtml

The loadingLabelHtml property (string) specifies the raw HTML of the loading label. See also loadingLabelVisible.

To set a text value (that will be HTML-encoded) use loadingLabelText.

If both loadingLabelText and LoadingLabelHtml are specified, loadingLabelHtml will be used.

Default Value

null

Example

dp.loadingLabelHtml = "<b>Please wait...</b>";