ComponentOne GanttView for WinForms
ScheduleFrom Enumeration

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

Reference

C1.Win.C1GanttView Namespace