[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GridPanel.Invalidate

Invalidate Method

Invalidate()

Forces the grid panel to re-create all visible elements.

Declaration
public void Invalidate()

Invalidate(CellRange)

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

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