Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Group Class / Group Constructor / Group Constructor(String)
The fieldname of the column in the grid by which the data rows will grouped. Cannot be a null reference (Nothing in Visual Basic).


In This Topic
    Group Constructor(String)
    In This Topic
    Initializes a new instance of the Group class specifying its GroupBy value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal groupBy As String _
    )
    'Usage
     
    Dim groupBy As String
     
    Dim instance As New Group(groupBy)
    public Group( 
       string groupBy
    )

    Parameters

    groupBy
    The fieldname of the column in the grid by which the data rows will grouped. Cannot be a null reference (Nothing in Visual Basic).
    Remarks
    Creating a group using this constructor will automatically add a GroupManagerRow to the group's GroupBase.HeaderRows.
    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