[]
        
(Showing Draft Content)

C1.Maui.Grid.GridWrapCellFactory.UnbindCellContent

UnbindCellContent Method

UnbindCellContent(GridCellType, GridCellRange, View)

Unbinds the content of the cell.

Declaration
public override void UnbindCellContent(GridCellType cellType, GridCellRange range, View cellContent)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

View cellContent

Content of the cell.

Overrides