ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ResolveStartConflict Enumeration

In This Topic
    ResolveStartConflict Enumeration
    In This Topic
    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