[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridGroupRow.UnbindCell

UnbindCell Method

UnbindCell(GridCellView, GridCellType, GridColumn)

Unbinds the cell for the specified column.

Declaration
protected override void UnbindCell(GridCellView cell, GridCellType cellType, GridColumn col)
Protected Overrides Sub UnbindCell(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.

Overrides