New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class Dependency : IDependency

Inheritance: objectDependency

Implements: IDependency

Constructors

C#
public Dependency()

Properties

Represents the destination task of relation.

C#
public IGanttTask FromTask { get; set; }

Implements: IDependency.FromTask

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: IDependency.Type