CellData Properties
Contains information on a data cell.Name | Description |
---|---|
DisplayText | Gets or sets a string that specifies the formatted cell value as it is displayed. |
Index | Gets or sets an object that contains information on a cell position. |
IsSelected | Gets whether a cell belongs to a row that is currently selected in the grid. |
Source | Gets or sets an object that corresponds to a data row. |
Value | Gets or sets an object that specifies a data field value. |
See Also