C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / Task Class / Predecessors Property

In This Topic
Predecessors Property (Task)
In This Topic
Gets a list of tasks that must be finished/started before this task can start/finish.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Predecessors As PredecessorCollection
 
See Also