Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupByRow Class / GroupByRow Constructor / GroupByRow Constructor(GroupByRow)
A reference to a GroupByRow object that will be used to create other GroupByRows.


In This Topic
    GroupByRow Constructor(GroupByRow)
    In This Topic
    Initializes a new instance of the GroupByRow class specifying the template that will be used to create other GroupByRows.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal template As GroupByRow _
    )
    'Usage
     
    Dim template As GroupByRow
     
    Dim instance As New GroupByRow(template)
    protected GroupByRow( 
       GroupByRow template
    )

    Parameters

    template
    A reference to a GroupByRow object that will be used to create other GroupByRows.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also