Skip to main content

ASPxClientHintOptions.container Property

Gets or sets a value that is the HTML DOM-element.

Declaration

container: string

Property Value

Type Description
string

A string that is the DOM-element.

Remarks

By default, the hint’s window is located in the parent FORM or BODY element (if there is no FORM). You can specify the container element that will host the hint. This may be useful if a part of the page is updated due to the specified application logic. The specified hint container allows the hint to be updated when a page DOM tree changes.

See Also