Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBoundRow Class / GridBoundRow Constructor / GridBoundRow Constructor(Object)
The data item.

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

    Parameters

    dataItem
    The data item.
    See Also