FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / DetailRow Class / DetailRow Constructor
Data item that this row represents.

In This Topic
    DetailRow Constructor
    In This Topic
    Initializes a new instance of a DetailRow.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataItem As Object, _
       ByVal parent As RowWithDetails _
    )
    public DetailRow( 
       object dataItem,
       RowWithDetails parent
    )

    Parameters

    dataItem
    Data item that this row represents.
    parent
    See Also