Class DependencyType
Represents the type of relation between two tasks, such as finish to start, start to finish, start to start, and finish to finish.
Inheritance
System.Object
DependencyType
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public sealed class DependencyType : Enum
Fields
FinishFinish
Finish to finish type of relation.
Declaration
public const DependencyType FinishFinish
Field Value
DependencyType
|
FinishStart
Finish to start type of relation.
Declaration
public const DependencyType FinishStart
Field Value
DependencyType
|
StartFinish
Start to finish type of relation.
Declaration
public const DependencyType StartFinish
Field Value
DependencyType
|
StartStart
Start to start type of relation.
Declaration
public const DependencyType StartStart
Field Value
DependencyType
|
value__
Declaration
public int value__
Field Value
System.Int32
|