ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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 _
    ) 
    public void Invalidate( 
       bool allCells
    )

    Parameters

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