[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.Invalidate

Invalidate Method

Invalidate()

Forces the grid to re-create all visible elements.

Declaration
public void Invalidate()
Public Sub Invalidate()

Invalidate(bool)

Forces the grid to re-create all visible elements.

Declaration
public void Invalidate(bool allCells)
Public Sub Invalidate(allCells As Boolean)
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)
Public Sub Invalidate(rng As CellRange)
Parameters
Type Name Description
CellRange rng