ASPxClientLoadingPanel Class
In This Article
Represents a client-side equivalent of the ASPxLoadingPanel control.
#Declaration
TypeScript
declare class ASPxClientLoadingPanel extends ASPxClientControl
#Remarks
The ASPxClientLoadingPanel object serves as a client-side equivalent of the ASPxLoadingPanel control and implements functionality allowing a loading panel to be dynamically displayed and hidden on the client side.
#Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientLoadingPanel
See Also