ASPxClientHintWindow.SetContent(html, options) Method
In This Article
Sets the hint’s content.
#Declaration
TypeScript
SetContent(
html: any,
options: ASPxClientHintOptions
): void
#Parameters
Name | Type | Description |
---|---|---|
html | any | An object that specifies the hint content. |
options | ASPx |
An object that specifies the hint’s options. |
See Also