[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ICellFactory.DisposeCell

DisposeCell Method

DisposeCell(C1FlexGrid, CellType, FrameworkElement)

Disposes of a FrameworkElement when its associated cell is scrolled out of view.

Declaration
void DisposeCell(C1FlexGrid grid, CellType cellType, FrameworkElement cell)
Parameters
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.