ASPxClientHintOptions.disappearAfter Property
Gets or sets the duration after which a hint disappears when the mouse pointer is no longer positioned over the target element.
Declaration
disappearAfter: number
Property Value
Type | Description |
---|---|
number | The length of time (in milliseconds) a hint is displayed after the mouse pointer is no longer positioned over the target element. |
Remarks
When the mouse pointer is no longer positioned over the target element, the hint automatically disappears after a certain duration. Use the disappearAfter property to specify the duration. Hiding the hint uses a predefined animation effect if the ASPxClientHintOptions.animation property is enabled.
To specify the delay after which the hint appears in response to user interaction, use the ASPxClientHintOptions.appearAfter property. To define a user action that invokes the hint, use the ASPxClientHintOptions.triggerAction property.