LinkType enumeration

SharePoint 2013

Specifies the dependency relationship between two rows in a Gantt chart.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
FinishFinishA particular row’s finish date must be the same as this row’s finish date.
FinishStartA particular row's start date must follow this row's finish date.
StartFinishA particular row's finish date must come before this row's start date.
StartStartTwo rows must start at the same time.
Show: