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.
nulldp.loadingLabelHtml = "<b>Please wait...</b>";