[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.BindCell

BindCell Method

BindCell(GridCellType, GridCellView, GridRow)

Binds the cell with the data item.

Declaration
protected virtual void BindCell(GridCellType cellType, GridCellView cell, GridRow row)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridCellView cell

The cell.

GridRow row

The row.