Back to Devexpress

GanttPredecessorLink.Lag Property

corelibraries-devexpress-dot-mvvm-dot-gantt-dot-ganttpredecessorlink-3a917329.md

latest1.3 KB
Original Source

GanttPredecessorLink.Lag Property

Specifies the task dependency time lag.

Namespace : DevExpress.Mvvm.Gantt

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
TimeSpan

A task dependency time lag.

|

Remarks

Every dependency stores an optional Lag value (positive or negative) that indicates the amount of time that should pass before the dependency affects a connected task.

See Also

GanttPredecessorLink Class

GanttPredecessorLink Members

DevExpress.Mvvm.Gantt Namespace