TcxCustomGrid.LayoutChanged Method
In This Article
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