GridDataRowCell Constructors
An object defining constructors for the GridDataRowCell class.
GridDataRowCell()
Initializes a new instance of the GridDataRowCell
class.
GridDataRowCell(value, name, text, column)
Initializes a new instance of the GridDataRowCell
class with a specified value, column name, display text, and column metadata.
Parameters:
value (required): object
The value of the cell.
name (required): string
The name of the column the cell belongs to.
text (required): string
The textual representation of the cell value.
column (required): GridDataColumn
TheGridDataColumn
object representing the column metadata.
GridDataRowCell(value, name)
Initializes a new instance of the GridDataRowCell
class with a specified value and column name.
Parameters:
value (required): object
The value of the cell.
name (required): string
The name of the column the cell belongs to.