Enum DependencyType
Represents the type of relation between two tasks, such as finish to start, start to finish, start to start, and finish to finish.
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public enum DependencyType
FinishFinish
Finish to finish type of relation.
FinishStart
Finish to start type of relation.
StartFinish
Start to finish type of relation.
StartStart
Start to start type of relation.