GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.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
    public override PredecessorCollection Predecessors {get;}
    See Also