ComponentOne GanttView for WinForms
SchedulePriority Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : SchedulePriority Enumeration
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

Reference

C1.Win.C1GanttView Namespace