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