ComponentOne GanttView for WinForms
TaskProperty Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : TaskProperty Enumeration
Specifies a property of the Task object.
Syntax
'Declaration
 
Public Enum TaskProperty 
   Inherits System.Enum
public enum TaskProperty : System.Enum 
Members
MemberDescription
CalendarReferences the Task.Calendar property.
ConstraintDateReferences the Task.ConstraintDate property.
ConstraintTypeReferences the Task.ConstraintType property.
DeadlineReferences the Task.Deadline property.
DurationReferences the Task.Duration property.
DurationUnitsReferences the Task.DurationUnits property.
FinishReferences the Task.Finish property.
ModeReferences the Task.Mode property.
NameReferences the Task.Name property.
NoneNo reference. The column doesn't appear in the grid.
NotesReferences the BaseObject.Notes property.
PercentCompleteReferences the Task.PercentComplete property.
PredecessorsReferences the Task.Predecessors property.
ResourceNamesReferences the Task.ResourceNames property.
StartReferences the Task.Start property.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1GanttView Namespace