[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.PrepareCell

PrepareCell Method

PrepareCell(GridCellType, GridRow, GridCellView, Thickness)

Prepares the cell to be shown.

Declaration
protected virtual void PrepareCell(GridCellType cellType, GridRow row, GridCellView cell, Thickness internalBorders)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridRow row

The row that determines the cell.

GridCellView cell

The cell element.

Thickness internalBorders

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