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.LayoutChanged(Boolean) Method

Updates the View in response to layout changes.

#Declaration

Delphi
procedure LayoutChanged(AUpdateSelfOnly: Boolean = True);

#Parameters

Name Type
AUpdateSelfOnly Boolean

#Remarks

Use the LayoutChanged method to respond to layout changes. The AUpdateSelfOnly parameter determines whether the current View only or all grid Views within an appropriate grid control are updated.

See Also