Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomPivotGrid.OnFieldPosChanged Event

In This Article

Fires after the field has been repositioned.

#Declaration

Delphi
property OnFieldPosChanged: TcxPivotGridFieldChangedEvent read; write;

#Remarks

Implement the OnFieldPosChanged event handler to customize the behavior, if the field has changed its location.

Note

this event is not fired if the field was dragged into the customization form.

The Sender parameter specifies the pivot grid that owns the currently processed field.

The AField parameter specifies the currently processed field.

See Also