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


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

Parameters

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

RowSelector Class
RowSelector Members
Overload List