Skip to main content
A newer version of this page is available. .

GanttPredecessorLink.Lag Property

Specifies the task dependency time lag.

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Mvvm.v19.2.dll

Declaration

public TimeSpan Lag { get; set; }

Property Value

Type Description
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