ASPxClientRoundPanel Class
Represents a client-side equivalent of the ASPxRoundPanel control.
Declaration
declare class ASPxClientRoundPanel extends ASPxClientPanelBase
Remarks
The ASPxClientRoundPanel object serves as a client-side equivalent of the ASPxRoundPanel control, and implements the functionality allowing the panel’s visibility, content and header text to be manipulated on the client side (see the ASPxClientControlBase.SetVisible, ASPxClientPanelBase.SetContentHtml and ASPxClientRoundPanel.SetHeaderText methods).
Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientPanelBase
ASPxClientRoundPanel
See Also