[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridDetailRow-1.GetCellValue

GetCellValue Method

GetCellValue(GridCellType, GridColumn)

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

Declaration
protected override object GetCellValue(GridCellType cellType, GridColumn column)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridColumn column

The column that determines the cell.

Returns
Type Description
object
Overrides