[]
        
(Showing Draft Content)

C1.Maui.Grid.GridWrapCellFactory.BindCellContent

BindCellContent Method

BindCellContent(GridCellType, GridCellRange, View)

Binds the content of the cell.

Declaration
public override void BindCellContent(GridCellType cellType, GridCellRange range, View cellContent)
Public Overrides Sub BindCellContent(cellType As GridCellType, range As GridCellRange, cellContent As View)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

View cellContent

Content of the cell.

Overrides