ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / GroupForm Class / GroupForm Constructor
The C1GanttView object.

In This Topic
    GroupForm Constructor
    In This Topic
    Initializes a new instance of the GroupForm class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ganttView As C1GanttView _
    )
    public GroupForm( 
       C1GanttView ganttView
    )

    Parameters

    ganttView
    The C1GanttView object.
    See Also