[]
        
(Showing Draft Content)

C1.iOS.Grid.GridIncrementalLoadingRow.BindCellContent

BindCellContent Method

BindCellContent(UIView, GridCellType, GridColumn)

Binds the content of the cell for the specified column.

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

Content of the cell.

GridCellType cellType

The type of cell.

GridColumn col

The column.

Overrides