BoundRow Constructor
BoundRow(object)
Initializes a new instance of a BoundRow object.
Declaration
public BoundRow(object dataItem)
Public Sub New(dataItem As Object)
Parameters
| Type |
Name |
Description |
| object |
dataItem |
Data item that this row represents.
|