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

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

    Parameters

    dataItem
    Data item that this row represents.
    See Also