[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumn.PrepareCellStyle

PrepareCellStyle Method

PrepareCellStyle(GridCellType, GridRow, C1Style, C1Thickness)

Gets the style that will be applied to the cell.

Declaration
protected virtual void PrepareCellStyle(GridCellType cellType, GridRow row, C1Style style, C1Thickness internalBorders)
Protected Overridable Sub PrepareCellStyle(cellType As GridCellType, row As GridRow, style As C1Style, internalBorders As C1Thickness)
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.