Skip to main content
A newer version of this page is available. .

ASPxClientPanelBase.SetContentHtml(html) Method

Sets the HTML content for the panel.

Declaration

SetContentHtml(
    html: string
): void

Parameters

Name Type Description
html string

A string value that is the HTML code defining the content of the panel.

Remarks

Use the SetContentHtml method on the client side to dynamically provide the panel with its HTML contents. To get the panel content on the client side, use the ASPxClientPanelBase.GetContentHtml method.

See Also