[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.UnbindCell

UnbindCell Method

UnbindCell(GridControlRange, GridControlCellView)

Unbinds the cell.

Declaration
public override sealed void UnbindCell(GridControlRange range, GridControlCellView cell)
Parameters
Type Name Description
GridControlRange range

The range.

GridControlCellView cell

The cell.

Overrides

UnbindCell(GridCellType, GridCellRange, GridCellView)

Unbinds the cell.

Declaration
public virtual void UnbindCell(GridCellType cellType, GridCellRange range, GridCellView cell)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

GridCellView cell

The cell.