Skip to main content

GanttPredecessorLink.Lag Property

Specifies the task dependency time lag.

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Mvvm.v24.1.dll

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

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