Skip to main content
A newer version of this page is available. .

ToolTipController.InitialDelay Property

Gets or sets the time interval between a visual element being hovered, and its tooltip being shown on-screen.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue(500)]
[DXCategory("Appearance")]
public int InitialDelay { get; set; }

Property Value

Type Default Description
Int32 500

Integer value that specifies the time a visual element needs to display its tooltip.

Remarks

This property specifies the time lapse between pointing a cursor on a visual element and displaying the tooltip. The tooltip is visible during the time specifyed by the ToolTipController.AutoPopDelay property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the InitialDelay property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also