ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Project Class / Tasks Property

In This Topic
    Tasks Property (Project)
    In This Topic
    Gets the list of tasks that comprise this project.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tasks As TaskCollection
    public TaskCollection Tasks {get;}
    See Also