C1.iOS.Grid Assembly / C1.iOS.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 _
)
 
'Usage
 
Dim dataItem As Object
 
Dim instance As New GridBoundRow(dataItem)

Parameters

dataItem
The data item.
See Also