[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridGroupRow.PrepareCellStyle

PrepareCellStyle Method

PrepareCellStyle(GridCellType, GridColumn, C1Style, C1Thickness)

Gets the style that will be applied to the cell.

Declaration
protected override void PrepareCellStyle(GridCellType cellType, GridColumn column, C1Style style, C1Thickness internalBorders)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridColumn column

The column whose intersection with this row determines the cell.

C1Style style

The style that will be applied to the cell.

C1Thickness internalBorders
Overrides