[]
Unbinds the content of the cell for the specified column.
protected override void UnbindCellContent(UIView cellContent, GridCellType cellType, GridColumn col)
Protected Overrides Sub UnbindCellContent(cellContent As UIView, cellType As GridCellType, col As GridColumn)
| Type | Name | Description |
|---|---|---|
| UIView | cellContent | Content of the cell. |
| GridCellType | cellType | The type of cell. |
| GridColumn | col | The column. |