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