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
FinishStart
Finish to start type of relation.
Declaration
public const DependencyType FinishStart
Field Value
StartFinish
Start to finish type of relation.
Declaration
public const DependencyType StartFinish
Field Value
StartStart
Start to start type of relation.
Declaration
public const DependencyType StartStart
Field Value
value__
Declaration
public int value__
Field Value
System.
|