GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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