Xceed Grid for WinForms v4.3 Documentation
GridControl Constructor(RowSelectorPane,FixedColumnSplitter)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class > GridControl Constructor : GridControl Constructor(RowSelectorPane,FixedColumnSplitter)
A reference to a RowSelectorPane object. Cannot be a null reference (Nothing in Visual Basic).
A reference to a FixedColumnSplitter object. Cannot be a null reference (Nothing in Visual Basic).
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, _
   ByVal fixedColumnSplitter As FixedColumnSplitter _
)
'Usage
 
Dim rowSelectorPane As RowSelectorPane
Dim fixedColumnSplitter As FixedColumnSplitter
 
Dim instance As New GridControl(rowSelectorPane, fixedColumnSplitter)

Parameters

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

Reference

GridControl Class
GridControl Members
Overload List