[]
        
(Showing Draft Content)

C1.WPF.GanttView.PredecessorType

PredecessorType Enum

Specifies the type of dependency between tasks.

Namespace: C1.WPF.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public enum PredecessorType

Fields

Name 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.