ToolTipOptions.InitialDelay Property
Gets or sets the delay before tooltips are invoked.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.2.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A TimeSpan value specifying the delay. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to InitialDelay |
---|---|
HierarchicalChartControlBase |
|
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