GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / TaskMode Enumeration

In This Topic
    TaskMode Enumeration
    In This Topic
    Specifies how a C1.GanttView.Task should be scheduled.
    Syntax
    'Declaration
     
    Public Enum TaskMode 
       Inherits System.Enum
    public enum TaskMode : System.Enum 
    Members
    MemberDescription
    AutomaticThe task's start data is calculated automatically.
    ManualThe user must provide the task's start date.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.GanttView.TaskMode

    See Also