EnumDependencyType
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:
cs-api-definition
public enum DependencyType
Fields
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.