[]
        
(Showing Draft Content)

C1.WPF.GanttView.ResolveStartConflict

ResolveStartConflict Enum

Defines how the task starting conflict will be resolved.

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

Fields

Name Description
MakeWorking

Make the taks's starting day nonworking.

MoveToNextWorking

Move the task start to the following working day.

RemainAsIs

Remain the task start as is.