IDependant
Interface
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public interface IDependant
Derived Classes:
Properties
Collection with dependencies from other tasks.
C#
IEnumerable Dependencies { get; }
Methods
C#
IDependency AddDependency(IGanttTask fromTask, DependencyType type)