Skip to main content

TcxCustomGridView.LayoutChanged(Boolean) Method

Updates the View in response to layout changes.

Declaration

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