Interface IDependency
Interface representing objects that define relation between two tasks.
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public interface IDependency
Properties
FromTask
Represents the destination task of relation.
Declaration
IGanttTask FromTask { get; set; }
Property Value
IGanttTask
|
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
DependencyType Type { get; set; }
Property Value
DependencyType
|