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)
| Member name | Description | |
|---|---|---|
| FinishFinish | A particular row’s finish date must be the same as this row’s finish date. | |
| FinishStart | A particular row's start date must follow this row's finish date. | |
| StartFinish | A particular row's finish date must come before this row's start date. | |
| StartStart | Two rows must start at the same time. |
Show: