[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridRow.BindCell

BindCell Method

BindCell(GridCellView, GridCellType, GridColumn)

Binds the cell for the specified column.

Declaration
protected virtual void BindCell(GridCellView cell, GridCellType cellType, GridColumn col)
Protected Overridable Sub BindCell(cell As GridCellView, cellType As GridCellType, col As GridColumn)
Parameters
Type Name Description
GridCellView cell

The cell.

GridCellType cellType

The type of cell.

GridColumn col

The column.