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

In This Topic
    SchedulePriority Enumeration
    In This Topic
    Indicates whether the project is scheduled from its start date or from its finish date.
    Syntax
    'Declaration
     
    Public Enum SchedulePriority 
       Inherits System.Enum
    public enum SchedulePriority : System.Enum 
    Members
    MemberDescription
    DurationThe project will be rescheduled with the Duration priority.
    StartOrFinishThe project will be rescheduled with Start or Finish Date priority depending on the ScheduleFrom property.
    Inheritance Hierarchy

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

    See Also