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.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also