[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.PrepareCellStyle

PrepareCellStyle Method

PrepareCellStyle(GridControlRange, C1Style, C1Thickness)

Prepares the specified style for displaying the cell in the specified range.

Declaration
public override void PrepareCellStyle(GridControlRange range, C1Style style, C1Thickness internalBorders)
Parameters
Type Name Description
GridControlRange range

The cell's range.

C1Style style

The cell's style.

C1Thickness internalBorders

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

Overrides

PrepareCellStyle(GridCellType, GridCellRange, C1Style, C1Thickness)

Prepares the specified style for displaying the cell in the specified range.

Declaration
public virtual void PrepareCellStyle(GridCellType cellType, GridCellRange range, C1Style style, C1Thickness internalBorders)
Parameters
Type Name Description
GridCellType cellType

Cell's type.

GridCellRange range

Cell's range.

C1Style style

The style that will be applied to the cell's div.

C1Thickness internalBorders

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