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

In This Topic
    TaskProperty Enumeration
    In This Topic
    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