IDependency
Interface
Interface representing objects that define relation between two tasks.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public interface IDependency
Derived Classes:
Properties
Represents the destination task of relation.
C#
IGanttTask FromTask { get; set; }
Represents the type of relation between two tasks, such as finish to start, start to finish, start to start, and finish to finish.
C#
DependencyType Type { get; set; }