Xceed Grid for WinForms v4.3 Documentation
CreateInstance Method (RowSelector)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > RowSelector Class : CreateInstance Method
A reference to a Row object representing the parent row of the RowSelector.
Creates a new RowSelector object that is a copy of the current instance.
Syntax
'Declaration
 
Protected Friend Overridable Function CreateInstance( _
   ByVal parentRow As Row _
) As RowSelector
'Usage
 
Dim instance As RowSelector
Dim parentRow As Row
Dim value As RowSelector
 
value = instance.CreateInstance(parentRow)
protected internal virtual RowSelector CreateInstance( 
   Row parentRow
)

Parameters

parentRow
A reference to a Row object representing the parent row of the RowSelector.

Return Value

A reference to newly create RowSelector object.
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