Back to Devexpress

pgcmMoveToLeft Constant

vcl-cxcustompivotgrid-908c95f8.md

latest874 B
Original Source

pgcmMoveToLeft Constant

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

Declaration

delphi
const pgcmMoveToLeft = 3;

Remarks

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

See Also

TcxPivotGridCustomPopupMenu.ExecuteCommand

TcxPivotGridOptionsDataField.AreaIndex

cxCustomPivotGrid Unit