Back to Devexpress

pgcmMoveToEnd Constant

vcl-cxcustompivotgrid-678bdee3.md

latest888 B
Original Source

pgcmMoveToEnd Constant

Specifies an action which moves a field to the last position in the sequence of fields located in a drop area.

Declaration

delphi
const pgcmMoveToEnd = 2;

Remarks

Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmMoveToEnd , to move a field to the last position in the sequence of fields located in a drop area.

See Also

TcxPivotGridCustomPopupMenu.ExecuteCommand

TcxPivotGridOptionsDataField.AreaIndex

cxCustomPivotGrid Unit