[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRowHeaderColumn.PrepareCellStyle

PrepareCellStyle Method

PrepareCellStyle(GridCellType, GridRow, C1Style, C1Thickness)

Gets the style that will be applied to the cell.

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

The kind of cell.

GridRow row

The row whose intersection with this column determines the cell.

C1Style style

The style that will be applied to the cell.

C1Thickness internalBorders

A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.

Overrides