GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / Group Method / Group(GroupModelCollection) Method
The C1.GanttView.GroupModelCollection object.

In This Topic
    Group(GroupModelCollection) Method
    In This Topic
    Performs grouping by a group definition.
    Syntax
    'Declaration
     
    Public Overloads Sub Group( _
       ByVal groupModels As GroupModelCollection _
    ) 
    public void Group( 
       GroupModelCollection groupModels
    )

    Parameters

    groupModels
    The C1.GanttView.GroupModelCollection object.
    See Also