ASPxClientCallbackPanel.SetLoadingPanelText(loadingPanelText) Method
Sets the text to be displayed within the control’s loading panel.
Declaration
SetLoadingPanelText(
loadingPanelText: string
): void
Parameters
| Name | Type | Description |
|---|---|---|
| loadingPanelText | string | A string value specifying the text to be displayed within the loading panel. |
See Also