Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridView.Invalidate(Boolean) Method

Invalidates the grid View.

#Declaration

Delphi
procedure Invalidate(AHardUpdate: Boolean = False);

#Parameters

Name Type
AHardUpdate Boolean

#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