[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridSummaryRow.GetCellContentRenderFragment

GetCellContentRenderFragment Method

GetCellContentRenderFragment(GridCellType, GridColumn)

This method is called to provide the content of a cell belonging to this row.

Declaration
protected override RenderFragment GetCellContentRenderFragment(GridCellType cellType, GridColumn column)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridColumn column

The column whose intersection with this row determines the cell.

Returns
Type Description
RenderFragment
Overrides