Dependency
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public class Dependency : IDependency
Inheritance: objectDependency
Implements:
Constructors
C#
public Dependency()
Properties
Represents the destination task of relation.
C#
public IGanttTask FromTask { get; set; }
Implements:
Represents the type of relation between two tasks, such as finish to start, start to finish, start to start, and finish to finish.
C#
public DependencyType Type { get; set; }
Implements: