TcxCustomPivotGrid.LayoutChanged Method
Forces the pivot grid to recalculate the layout and ViewInfo and notifies that the pivot grid’s view has been changed.
Declaration
procedure LayoutChanged;
Remarks
Call the LayoutChanged
procedure to update the pivot grid every time its content is changed. A LayoutChanged
procedure call raises the OnLayoutChanged event.
See Also