Specifies the type of a Gantt dependency link.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public enum GanttDependencyType| Name | Description |
|---|---|
| FinishToStart | Finish-to-Start: the successor cannot start until the predecessor finishes. |
| StartToStart | Start-to-Start: the successor cannot start until the predecessor starts. |
| FinishToFinish | Finish-to-Finish: the successor cannot finish until the predecessor finishes. |
| StartToFinish | Start-to-Finish: the successor cannot finish until the predecessor starts. |