GridCell Properties
Represents an object which corresponds to a data cell.| Name | Description |
|---|---|
| Column | Gets the column which contains the cell. |
| GridControl | Gets the GridControl which owns the current View. |
| Row | Gets a row object that contains the cell. |
| RowHandle | Gets the handle of the row which owns the cell. |
| Value | Gets the cell’s value. |
See Also