Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / DetailGridMargin Class / DetailGridMargin Constructor / DetailGridMargin Constructor(DetailGridMargin,GroupBase)
A reference to a DetailGridMargin object that will be used to create other DetailGridMargins.
A reference to a GroupBase object representing the DetailGridMargin's parent group.


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

    Parameters

    template
    A reference to a DetailGridMargin object that will be used to create other DetailGridMargins.
    parentGroup
    A reference to a GroupBase object representing the DetailGridMargin's parent group.
    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