C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / Invalidate Method / Invalidate(Boolean) Method
Whether to recreate all cells, including the top left and bottom right corner cells that contain no data.

In This Topic
Invalidate(Boolean) Method
In This Topic
Forces the grid to re-create all visible elements.
Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal allCells As Boolean _
) 
 

Parameters

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