Skip to main content

ASPxClientHintWindow.SetContent(html, options) Method

Sets the hint’s content.

Declaration

SetContent(
    html: any,
    options: ASPxClientHintOptions
): void

Parameters

Name Type Description
html any

An object that specifies the hint content.

options ASPxClientHintOptions

An object that specifies the hint’s options.

See Also