Gets or sets the lag of the dependency. It is passed to the client side as the predecessorItem.lag field accessible from the client code.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public TimeSpan Lag { get; set; }
Visual Basic (Declaration)
Public Property Lag As TimeSpan

See Also