TcxCustomGrid.LayoutChanged Method
Invalidates a grid control in response to changing the layout.
Declaration
procedure LayoutChanged; virtual;
Remarks
LayoutChanged invalidates a grid control when the layout (colors, texts, etc.) is changed. Typically, you would use this when custom painting.
See Also