[]
        
(Showing Draft Content)

C1.Maui.Grid.GridRowHeaderColumn.BindCellContent

BindCellContent Method

BindCellContent(View, GridCellType, GridRow)

Binds the content of the cell with the data item.

Declaration
protected override void BindCellContent(View cellContent, GridCellType cellType, GridRow row)
Protected Overrides Sub BindCellContent(cellContent As View, cellType As GridCellType, row As GridRow)
Parameters
Type Name Description
View cellContent

Content of the cell.

GridCellType cellType

The type of cell.

GridRow row

The row.

Overrides