Back to Devexpress

ToolTipOptions.InitialDelay Property

wpf-devexpress-dot-xpf-dot-treemap-dot-tooltipoptions-65bddaef.md

latest1.7 KB
Original Source

ToolTipOptions.InitialDelay Property

Gets or sets the delay before tooltips are invoked.

Namespace : DevExpress.Xpf.TreeMap

Assembly : DevExpress.Xpf.TreeMap.v25.2.dll

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public TimeSpan InitialDelay { get; set; }
vb
Public Property InitialDelay As TimeSpan

Property Value

TypeDescription
TimeSpan

A TimeSpan value specifying the delay.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to InitialDelay
HierarchicalChartControlBase

.ToolTipOptions .InitialDelay

|

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 ToolTipOptions.AutoPopDelay property.

See Also

ToolTipOptions Class

ToolTipOptions Members

DevExpress.Xpf.TreeMap Namespace