TcxCustomGrid.OnLayoutChanged Event
In This Article
Occurs after the grid layout changes.
#Declaration
Delphi
property OnLayoutChanged: TcxGridLayoutChangedEvent read; write;
#Remarks
The grid layout refers to various properties defining grid element dimensions and arrangements, grouping and sorting states, styles, etc.
See Also