GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / PredecessorType Enumeration

In This Topic
    PredecessorType Enumeration
    In This Topic
    Specifies the type of dependency between tasks.
    Syntax
    'Declaration
     
    Public Enum PredecessorType 
       Inherits System.Enum
    public enum PredecessorType : System.Enum 
    Members
    MemberDescription
    FinishToFinishIndicates that the dependent task can finish only after the parent task has finished.
    FinishToStartIndicates that the dependent task can't start until the parent task finishes.
    StartToFinishIndicates that the dependent task can finish only after the parent task has started.
    StartToStartIndicates that the dependent task can start only after the parent task has started.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.GanttView.PredecessorType

    See Also