[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridRow.UnbindCell

UnbindCell Method

UnbindCell(GridCellView, GridCellType, GridColumn)

Unbinds the cell for the specified column.

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

The cell.

GridCellType cellType

The type of cell.

GridColumn col

The column.