[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridGroupRow.PrepareCell

PrepareCell Method

PrepareCell(GridCellType, GridColumn, GridCellView)

Prepares the cell to be shown.

Declaration
protected override void PrepareCell(GridCellType cellType, GridColumn col, GridCellView cell)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridColumn col

The column that determines the cell.

GridCellView cell

The cell element.

Overrides