[]
Gets the raw value corresponding to the cell in the intersection of the specified row and this column.
public virtual object GetCellValue(GridCellType cellType, GridRow row)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | The type of cell. |
| GridRow | row | The row that determines the cell. |
| Type | Description |
|---|---|
| object |
Gets the value from data item corresponding to this column.
public object GetCellValue(object dataItem)
| Type | Name | Description |
|---|---|---|
| object | dataItem | The data item. |
| Type | Description |
|---|---|
| object |