CellData Properties
Contains information about 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 about a cell position. |
| IsSelected | Gets whether a cell belongs to a row that is currently selected in the grid. |
| IsValueChanged | |
| Item | 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