TcxCustomPivotGrid.OnFieldSizeChanged Event
Fires after a field header has been resized.
Declaration
property OnFieldSizeChanged: TcxPivotGridFieldChangedEvent read; write;
Remarks
Handle this event to respond to changes to a field header’s width. Use the OptionsCustomize.Sizing property and a field’s Options.Sizing property to enable field sizing.
The Sender parameter specifies the pivot grid whose field has been resized.
The AField parameter specifies the field that has been resized.
See Also