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

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

    Parameters

    dataItem
    Data item that this row represents.
    See Also