Skip to main content
Tab

ASPxHint.AppearAfter Property

Gets or sets the delay in displaying the hint.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 100

An integer value that specifies the time interval, in milliseconds, after which a hint displays.

Remarks

When an end-user positions the mouse pointer over a target element or clicks it (specified by the HintSettings.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 ASPxHint.Animation property is enabled.

To specify the delay after which the hint disappears, use the ASPxHint.DisappearAfter property.

See Also