Back to Devexpress

TcxCustomGridView.LayoutChanged(Boolean) Method

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

latest1.1 KB
Original Source

TcxCustomGridView.LayoutChanged(Boolean) Method

Updates the View in response to layout changes.

Declaration

delphi
procedure LayoutChanged(AUpdateSelfOnly: Boolean = True);

Parameters

NameType
AUpdateSelfOnlyBoolean

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

TcxCustomGridView.Invalidate

TcxCustomGridView.SizeChanged

TcxCustomGridView.ViewChanged

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit