GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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