Skip to main content

GridDataRowCell

The GridDataRowCell class represents an individual cell within a grid row, containing a value, display text, and metadata.

Properties

NameDescription
ColumnThe column metadata associated with the grid cell.
NameThe name of the grid column this cell belongs to.
ValueThe value stored in the grid cell.
TextThe textual representation of the cell value.

Constructors

NameDescription
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.
GridDataRowCell(value, name)Initializes a new instance of the GridDataRowCell class with a specified value and column name.