[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumn.GetCellValue

GetCellValue Method

GetCellValue(GridCellType, GridRow)

Gets the raw value corresponding to the cell in the intersection of the specified row and this column.

Declaration
public virtual object GetCellValue(GridCellType cellType, GridRow row)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridRow row

The row that determines the cell.

Returns
Type Description
object

GetCellValue(object)

Gets the value from data item corresponding to this column.

Declaration
public object GetCellValue(object dataItem)
Parameters
Type Name Description
object dataItem

The data item.

Returns
Type Description
object