ComponentOne FlexGrid for WPF and Silverlight
Invalidate(Boolean) Method

C1.Silverlight.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.
Forces the grid to re-create all visible elements.
Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal allCells As System.Boolean _
) 
public void Invalidate( 
   System.bool allCells
)

Parameters

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

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List