Interface
IDependency

Interface representing objects that define relation between two tasks.

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public interface IDependency

Properties

FromTask

Represents the destination task of relation.

Declaration

cs-api-definition
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

cs-api-definition
DependencyType Type { get; set; }

Property Value

DependencyType

In this article
DefinitionPropertiesFromTaskType
Not finding the help you need?
Contact Support