GanttPredecessorLink.Lag Property
In This Article
Specifies the task dependency time lag.
Namespace: DevExpress.Mvvm.Gantt
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Time |
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