ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTask Class / Predecessors Property

In This Topic
    Predecessors Property (BaseTask)
    In This Topic
    Gets a list of tasks that must be finished/started before this task can start/finish.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Predecessors As PredecessorCollection
    public abstract PredecessorCollection Predecessors {get;}
    See Also