GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / Tasks Property

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