Back to Devexpress

TcxCustomGrid.LayoutChanged Method

vcl-cxgrid-dot-tcxcustomgrid-dc478db4.md

latest474 B
Original Source

TcxCustomGrid.LayoutChanged Method

Invalidates a grid control in response to changing the layout.

Declaration

delphi
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

TcxCustomGrid Class

TcxCustomGrid Members

cxGrid Unit