Skip to main content
Tab

ASPxHint.DisappearAfter Property

Gets or sets the duration after which a hint disappears when the mouse pointer is no longer positioned over the target element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(100)]
public int DisappearAfter { get; set; }

#Property Value

Type Default Description
Int32 100

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 ASPxHint.Animation property is enabled.

To specify the delay after which the hint appears in response to user interaction, use the ASPxHint.AppearAfter property. To define a user action that invokes the hint, use the ASPxHint.TriggerAction property.

See Also