ASPxClientPanelBase.GetContentHtml Method
Returns the HTML code that is the content of the panel.
Declaration
GetContentHtml(): string
Returns
Type | Description |
---|---|
string | A string that is the panel’s HTML content. |
Remarks
The GetContentHtml method can be used on the client side to obtain the HTML content of the panel. To set the panel HTML content, use the ASPxClientPanelBase.SetContentHtml method.
See Also