[]
Disposes of a FrameworkElement when its associated cell is scrolled out of view.
public virtual void DisposeCell(C1FlexGrid grid, CellType cellType, FrameworkElement cell)
Public Overridable Sub DisposeCell(grid As C1FlexGrid, cellType As CellType, cell As FrameworkElement)
| Type | Name | Description |
|---|---|---|
| C1FlexGrid | grid | C1FlexGrid that owns the cell. |
| CellType | cellType | CellType that specifies the type of cell to be created. |
| FrameworkElement | cell | FrameworkElement to be disposed of. |