ASPxClientLoadingPanel.GetText Method
Gets the text displayed within the ASPxLoadingPanel.
Declaration
GetText(): string
Returns
Type | Description |
---|---|
string | A string value representing the text displayed within the control. |
Remarks
Use the GetText method on the client side to obtain the text displayed within the ASPxLoadingPanel. The client ASPxClientLoadingPanel.SetText method can be used to specifiy the text to be displayed within the control.
See Also