Back to Devexpress

TcxCustomGridView.Invalidate(Boolean) Method

vcl-cxgridcustomview-dot-tcxcustomgridview-dot-invalidate-x28-system-dot-boolean-x29.md

latest1.4 KB
Original Source

TcxCustomGridView.Invalidate(Boolean) Method

Invalidates the grid View.

Declaration

delphi
procedure Invalidate(AHardUpdate: Boolean = False);

Parameters

NameType
AHardUpdateBoolean

Remarks

For pattern Views, this method also invalidates all their “clone“ Views. To update the View and recalculate ViewInfo objects in response to layout changes, pass True as the AHardUpdate parameter. Otherwise, the Invalidate procedure redraws the View according to calculated ViewInfo information.

See Also

TcxCustomGridView.LayoutChanged

TcxCustomGridView.SizeChanged

TcxCustomGridView.ViewChanged

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit