ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / GetChildren Method

In This Topic
    GetChildren Method (Task)
    In This Topic
    Retrieves outline children.
    Syntax
    'Declaration
     
    Public Function GetChildren() As BaseTask()
    public BaseTask[] GetChildren()
    See Also