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

In This Topic
    ScheduleFrom Enumeration
    In This Topic
    Indicates whether the project is scheduled from its start date or from its finish date.
    Syntax
    'Declaration
     
    Public Enum ScheduleFrom 
       Inherits System.Enum
    public enum ScheduleFrom : System.Enum 
    Members
    MemberDescription
    ProjectFinishDateThe project is scheduled from its finish date.
    ProjectStartDateThe project is scheduled from its start date.
    Inheritance Hierarchy

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

    See Also