GridDataRow Properties
An object defining properties for the GridDataRow class.
Index
The index of the row in the grid. Defaults to null
if not set.
Cells
A list of GridDataRowCell
objects representing the data in each cell of the row.
Type: List<GridDataRowCell>