Back to Devexpress

TcxCustomPivotGrid.OnLayoutChanged Event

vcl-cxcustompivotgrid-dot-tcxcustompivotgrid-021c1a87.md

latest740 B
Original Source

TcxCustomPivotGrid.OnLayoutChanged Event

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

TcxPivotGridViewData.Selection

TcxCustomPivotGrid Class

TcxCustomPivotGrid Members

cxCustomPivotGrid Unit