GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / AddChild Method
The new child.

In This Topic
    AddChild Method (Task)
    In This Topic
    Adds a child to outline hierarchy.
    Syntax
    'Declaration
     
    Public Sub AddChild( _
       ByVal child As Task _
    ) 
    public void AddChild( 
       Task child
    )

    Parameters

    child
    The new child.
    Remarks
    The child was already in the collection.
    See Also