Back to Devexpress

GanttView.StripLineShowToolTipDelay Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-300ddffe.md

latest1.3 KB
Original Source

GanttView.StripLineShowToolTipDelay Property

Gets or sets the amount of time, in milliseconds, the control waits before displaying a tooltip. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public int StripLineShowToolTipDelay { get; set; }
vb
Public Property StripLineShowToolTipDelay As Integer

Property Value

TypeDescription
Int32

Delay in milliseconds.

|

Remarks

Set the StripLineShowToolTipDelay property to the desired delay in milliseconds to display tooltips with a custom delay.

See Also

Strip Lines (Time Indicators)

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace