Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Group Class / Group Constructor / Group Constructor(GroupMargin)
A reference to a GroupMargin object representing the side margin of the group. Cannot be a null reference (Nothing in Visual Basic).


In This Topic
    Group Constructor(GroupMargin)
    In This Topic
    Initializes a new instance of the Group class specifying its margin.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sideMargin As GroupMargin _
    )
    'Usage
     
    Dim sideMargin As GroupMargin
     
    Dim instance As New Group(sideMargin)
    public Group( 
       GroupMargin sideMargin
    )

    Parameters

    sideMargin
    A reference to a GroupMargin object representing the side margin of the group. Cannot be a null reference (Nothing in Visual Basic).
    Remarks

    Once a group has been built, its side margin cannot be changed.

    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