Skip to main content

ASPxClientPanel Class

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).

See Also