[]
        
(Showing Draft Content)

C1.iOS.Grid.GridWrapCellFactory.UnbindCellContent

UnbindCellContent Method

UnbindCellContent(GridCellType, GridCellRange, UIView)

Unbinds the content of the cell.

Declaration
public override void UnbindCellContent(GridCellType cellType, GridCellRange range, UIView cellContent)
Public Overrides Sub UnbindCellContent(cellType As GridCellType, range As GridCellRange, cellContent As UIView)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

UIView cellContent

Content of the cell.

Overrides