Xceed Grid for WinForms v4.3 Documentation
SpacerRowSelector Constructor(SpacerRowSelector,Row)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > SpacerRowSelector Class > SpacerRowSelector Constructor : SpacerRowSelector Constructor(SpacerRowSelector,Row)
A reference to a SpacerRowSelector object that will be used to create other SpacerRowSelectors.
A reference to a Row object representing the parent row of the SpacerRowSelector.
Initializes a new instance of the SpacerRowSelector class specifying the template that will be used to create other SpacerRowSelectors.
Syntax
'Declaration
 
Protected Function New( _
   ByVal template As SpacerRowSelector, _
   ByVal parentRow As Row _
)
'Usage
 
Dim template As SpacerRowSelector
Dim parentRow As Row
 
Dim instance As New SpacerRowSelector(template, parentRow)
protected SpacerRowSelector( 
   SpacerRowSelector template,
   Row parentRow
)

Parameters

template
A reference to a SpacerRowSelector object that will be used to create other SpacerRowSelectors.
parentRow
A reference to a Row object representing the parent row of the SpacerRowSelector.
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

SpacerRowSelector Class
SpacerRowSelector Members
Overload List