Back to Devexpress

pgcmMoveToRight Constant

vcl-cxcustompivotgrid-bf5d0d06.md

latest879 B
Original Source

pgcmMoveToRight Constant

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

Declaration

delphi
const pgcmMoveToRight = 4;

Remarks

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

See Also

TcxPivotGridCustomPopupMenu.ExecuteCommand

TcxPivotGridOptionsDataField.AreaIndex

cxCustomPivotGrid Unit