TcxCustomPivotGrid.OnLayoutChanged Event
Occurs after a field or data cell layout change.
Declaration
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