pgcmMoveToRight Constant
In This Article
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