[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.UnbindCell

UnbindCell Method

UnbindCell(GridCellType, GridCellView, GridRow)

Unbinds the cell with the data item.

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

The type of cell.

GridCellView cell

The cell.

GridRow row

The row.