[]
Unbinds the cell.
public override sealed void UnbindCell(GridControlRange range, GridControlCellView cell)
Public NotOverridable Overrides Sub UnbindCell(range As GridControlRange, cell As GridControlCellView)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| GridControlCellView | cell | The cell. |
Unbinds the cell.
public virtual void UnbindCell(GridCellType cellType, GridCellRange range, GridCellView cell)
Public Overridable Sub UnbindCell(cellType As GridCellType, range As GridCellRange, cell As GridCellView)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| GridCellView | cell | The cell. |