ComponentOne FlexGrid for WPF and Silverlight
DetailRow Constructor

C1.WPF.FlexGrid Namespace > DetailRow Class : DetailRow Constructor
Data item that this row represents.
Initializes a new instance of a DetailRow.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataItem As System.Object, _
   ByVal parent As RowWithDetails _
)
public DetailRow( 
   System.object dataItem,
   RowWithDetails parent
)

Parameters

dataItem
Data item that this row represents.
parent
See Also

Reference

DetailRow Class
DetailRow Members