Xceed Grid for WinForms v4.3 Documentation
DetailGrid Constructor(GroupMargin,SpacerRow,SpacerRow,FixedColumnSplitter)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > DetailGrid Class > DetailGrid Constructor : DetailGrid Constructor(GroupMargin,SpacerRow,SpacerRow,FixedColumnSplitter)
A reference to a GroupMargin object representing the side margin of the detail grid. Cannot be a null reference (Nothing in Visual Basic).
A reference to a SpacerRow object representing the top margin of the detail grid. Cannot be a null reference (Nothing in Visual Basic).
A reference to a SpacerRow object representing the bottom margin of the detail grid. 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 DetailGrid class specifying its margins.
Syntax
'Declaration
 
Public Function New( _
   ByVal sideMargin As GroupMargin, _
   ByVal topMargin As SpacerRow, _
   ByVal bottomMargin As SpacerRow, _
   ByVal fixedColumnSplitter As FixedColumnSplitter _
)
'Usage
 
Dim sideMargin As GroupMargin
Dim topMargin As SpacerRow
Dim bottomMargin As SpacerRow
Dim fixedColumnSplitter As FixedColumnSplitter
 
Dim instance As New DetailGrid(sideMargin, topMargin, bottomMargin, fixedColumnSplitter)

Parameters

sideMargin
A reference to a GroupMargin object representing the side margin of the detail grid. Cannot be a null reference (Nothing in Visual Basic).
topMargin
A reference to a SpacerRow object representing the top margin of the detail grid. Cannot be a null reference (Nothing in Visual Basic).
bottomMargin
A reference to a SpacerRow object representing the bottom margin of the detail grid. 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

DetailGrid Class
DetailGrid Members
Overload List