C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRow Class / GridRow Constructor / GridRow Constructor(Object)
The data item.

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

Parameters

dataItem
The data item.
See Also