ComponentOne GanttView for WPF
TaskProperty Enumeration

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

System.Object
   System.ValueType
      System.Enum
         C1.WPF.GanttView.TaskProperty

See Also

Reference

C1.WPF.GanttView Namespace