Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / RowSelectorPane Class / RowSelectorPane Constructor / RowSelectorPane Constructor(RowSelectorPane,GroupBase)
A reference to a RowSelectorPane object representing the RowSelectorPane to use as a template.
A reference to a GroupBase object representing the RowSelectorPane's parent group.


In This Topic
    RowSelectorPane Constructor(RowSelectorPane,GroupBase)
    In This Topic
    Initializes a new instance of the RowSelectorPane class specifying the RowSelectorPane to use as a template as well as its parent group.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal template As RowSelectorPane, _
       ByVal parentGroup As GroupBase _
    )
    'Usage
     
    Dim template As RowSelectorPane
    Dim parentGroup As GroupBase
     
    Dim instance As New RowSelectorPane(template, parentGroup)
    protected RowSelectorPane( 
       RowSelectorPane template,
       GroupBase parentGroup
    )

    Parameters

    template
    A reference to a RowSelectorPane object representing the RowSelectorPane to use as a template.
    parentGroup
    A reference to a GroupBase object representing the RowSelectorPane'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