ComponentOne GanttView for WinForms
ResolveStartConflict Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : ResolveStartConflict Enumeration
Defines how the task starting conflict will be resolved.
Syntax
'Declaration
 
Public Enum ResolveStartConflict 
   Inherits System.Enum
public enum ResolveStartConflict : System.Enum 
Members
MemberDescription
MakeWorkingMake the taks's starting day nonworking.
MoveToNextWorkingMove the task start to the following working day.
RemainAsIsRemain the task start as is.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1GanttView.ResolveStartConflict

See Also

Reference

C1.Win.C1GanttView Namespace