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