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

In This Topic
    TaskMode Enumeration
    In This Topic
    Specifies how a 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.Win.C1GanttView.TaskMode

    See Also