[]
        
(Showing Draft Content)

C1.iOS.Grid.GridGroupRow.PrepareCell

PrepareCell Method

PrepareCell(GridCellType, GridColumn, GridCellView, UIEdgeInsets)

Prepares the cell to be shown.

Declaration
protected override void PrepareCell(GridCellType cellType, GridColumn col, GridCellView cell, UIEdgeInsets internalBorders)
Protected Overrides Sub PrepareCell(cellType As GridCellType, col As GridColumn, cell As GridCellView, internalBorders As UIEdgeInsets)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridColumn col

The column that determines the cell.

GridCellView cell

The cell element.

UIEdgeInsets internalBorders

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

Overrides