[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactoryBase.PrepareCell

PrepareCell Method

PrepareCell(GridCellType, GridCellRange, GridCellView)

Prepares the cell to be shown.

Declaration
public virtual void PrepareCell(GridCellType cellType, GridCellRange range, GridCellView cell)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

GridCellView cell

The cell.