Back to Devexpress

ASPxClientPanel Class

aspnet-js-aspxclientpanel.md

latest1.0 KB
Original Source

ASPxClientPanel Class

Represents a client-side equivalent of the ASPxPanel control.

Declaration

ts
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

ASPxClientControlBase ASPxClientControl ASPxClientPanelBase ASPxClientPanel ASPxClientCallbackPanel

See Also

Panel

ASPxClientPanel Members