[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.Invalidate

Invalidate Method

Invalidate()

Forces the grid to re-create all visible elements.

Declaration
public void Invalidate()

Invalidate(bool)

Forces the grid to re-create all visible elements.

Declaration
public void Invalidate(bool allCells)
Parameters
Type Name Description
bool allCells

Whether to recreate all cells, including the top left and bottom right corner cells that contain no data.

Invalidate(CellRange)

Forces the grid to re-create the elements in a given CellRange.

Declaration
public void Invalidate(CellRange rng)
Parameters
Type Name Description
CellRange rng