[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridNewRow.BindCellContent

BindCellContent Method

BindCellContent(View, GridCellType, GridColumn)

Binds the content of the cell for the specified column.

Declaration
protected override void BindCellContent(View cellContent, GridCellType cellType, GridColumn col)
Parameters
Type Name Description
View cellContent

Content of the cell.

GridCellType cellType

The type of cell.

GridColumn col

The column.

Overrides