Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / GridControl Constructor / GridControl Constructor(RowSelectorPane)
A reference to a RowSelectorPane object. Cannot be a null reference (Nothing in Visual Basic).


In This Topic
    GridControl Constructor(RowSelectorPane)
    In This Topic
    Initializes a new instance of the GridControl class specifying the RowSelectorPane that will be displayed in the grid.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rowSelectorPane As RowSelectorPane _
    )
    'Usage
     
    Dim rowSelectorPane As RowSelectorPane
     
    Dim instance As New GridControl(rowSelectorPane)
    public GridControl( 
       RowSelectorPane rowSelectorPane
    )

    Parameters

    rowSelectorPane
    A reference to a RowSelectorPane object. Cannot be a null reference (Nothing in Visual Basic).
    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