ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Predecessor Class / PredecessorTask Property

In This Topic
    PredecessorTask Property (Predecessor)
    In This Topic
    Gets or sets the predecessor task.
    Syntax
    'Declaration
     
    Public Property PredecessorTask As Task
    public Task PredecessorTask {get; set;}
    See Also