GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / TaskProperty Enumeration

In This Topic
    TaskProperty Enumeration
    In This Topic
    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 C1.GanttView.Task.ConstraintDate property.
    ConstraintTypeReferences the C1.GanttView.Task.ConstraintType property.
    DeadlineReferences the C1.GanttView.Task.Deadline property.
    DurationReferences the C1.GanttView.Task.Duration property.
    DurationUnitsReferences the C1.GanttView.Task.DurationUnits property.
    FinishReferences the C1.GanttView.Task.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 C1.GanttView.Task.Start property.
    Inheritance Hierarchy

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

    See Also