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.

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.

Declaration

cs-api-definition
FinishFinish = 2

Field Value

DependencyType

FinishStart

Finish to start type of relation.

Declaration

cs-api-definition
FinishStart = 0

Field Value

DependencyType

StartFinish

Start to finish type of relation.

Declaration

cs-api-definition
StartFinish = 3

Field Value

DependencyType

StartStart

Start to start type of relation.

Declaration

cs-api-definition
StartStart = 1

Field Value

DependencyType