Xceed Grid for WinForms v4.3 Documentation
GroupMargin Constructor(GroupMargin,GroupBase)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GroupMargin Class > GroupMargin Constructor : GroupMargin Constructor(GroupMargin,GroupBase)
A reference to a GroupMargin object that will be used to create other group margins.
A reference to a Group object representing the GroupMargin's parent group.
Initializes a new instance of the GroupMargin class specifying the template that will be used to create other groups.
Syntax
'Declaration
 
Protected Function New( _
   ByVal template As GroupMargin, _
   ByVal parentGroup As GroupBase _
)
'Usage
 
Dim template As GroupMargin
Dim parentGroup As GroupBase
 
Dim instance As New GroupMargin(template, parentGroup)
protected GroupMargin( 
   GroupMargin template,
   GroupBase parentGroup
)

Parameters

template
A reference to a GroupMargin object that will be used to create other group margins.
parentGroup
A reference to a Group object representing the GroupMargin'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

Reference

GroupMargin Class
GroupMargin Members
Overload List