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

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: Dependency

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; }
In this article
DefinitionPropertiesFromTaskType
Not finding the help you need?
Contact Support