ASPxClientPanel Class
In This Article
Represents a client-side equivalent of the ASPxPanel control.
#Declaration
TypeScript
declare class ASPxClientPanel extends ASPxClientPanelBase
#Remarks
The ASPxClientPanel object serves as a client-side equivalent of the ASPxPanel control, and implements the functionality allowing the panel’s content and visibility to be manipulated on the client side (see the ASPxClientPanelBase.SetContentHtml and ASPxClientControlBase.SetVisible methods).
#Inheritance
See Also