UpdateRectangles Method
See Also 
Xceed.Grid Assembly > Xceed.Grid Namespace > GridControl Class : UpdateRectangles Method


Recalculates and repaints (invalidates) the rectangles of each GridElement in the grid. The grid's rectangles are not affected.

Syntax

Visual Basic (Declaration) 
Public Sub UpdateRectangles() 
Visual Basic (Usage)Copy Code
Dim instance As GridControl
 
instance.UpdateRectangles()
C# 
public void UpdateRectangles()

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also