Skip to main content

ASPxClientHintOptions.appearAfter Property

Gets or sets the delay in displaying the hint.

Declaration

appearAfter: number

Property Value

Type Description
number

The time interval, in milliseconds, after which a hint is displayed.

Remarks

When an end-user positions the mouse pointer over a target element or clicks it (specified by the ASPxClientHintOptions.triggerAction property), the hint’s appearance can be delayed by a specific duration. Use the appearAfter property to specify the delay in displaying the hint. Invoking the hint utilizes a predefined animation effect if the ASPxClientHintOptions.animation property is enabled.

To specify the delay after which the hint disappears, use the ASPxClientHintOptions.disappearAfter property.

See Also