Xceed Grid for WinForms v4.3 Documentation
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.


In This Topic
    CreateInstance Method (RowSelector)
    In This Topic
    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