DependencyType
Enum
Represents the type of relation between two tasks, such as finish to start, start to finish, start to start, and finish to finish.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public enum DependencyType
Fields
Finish to finish type of relation.
C#
FinishFinish = 2
Finish to start type of relation.
C#
FinishStart = 0
Start to finish type of relation.
C#
StartFinish = 3
Start to start type of relation.
C#
StartStart = 1