Back to Devexpress

pgcmMoveToBeginning Constant

vcl-cxcustompivotgrid-77190266.md

latest905 B
Original Source

pgcmMoveToBeginning Constant

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

Declaration

delphi
const pgcmMoveToBeginning = 1;

Remarks

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

See Also

TcxPivotGridCustomPopupMenu.ExecuteCommand

TcxPivotGridOptionsDataField.AreaIndex

cxCustomPivotGrid Unit