C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace : PredecessorType Enumeration |
'Declaration Public Enum PredecessorType Inherits System.Enum
public enum PredecessorType : System.Enum
Member | Description |
---|---|
FinishToFinish | Indicates that the dependent task can finish only after the parent task has finished. |
FinishToStart | Indicates that the dependent task can't start until the parent task finishes. |
StartToFinish | Indicates that the dependent task can finish only after the parent task has started. |
StartToStart | Indicates that the dependent task can start only after the parent task has started. |
System.Object
System.ValueType
System.Enum
C1.WPF.GanttView.PredecessorType