TcxCustomPivotGrid.OnLayoutChanged Event
In This Article
Occurs after a field or data cell layout change.
#Declaration
Delphi
property OnLayoutChanged: TNotifyEvent read; write;
#Remarks
The Sender
parameter refers to the pivot grid whose layout is changed.
You can call the LayoutChanged procedure to force the pivot grid to recalculate the layout and ViewInfo information.
See Also