[]
        
(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)
Protected Overridable Sub UnbindCell(cellType As GridCellType, cell As GridCellView, row As GridRow)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridCellView cell

The cell.

GridRow row

The row.