pgcmMoveToBeginning Constant
Specifies an action, which moves a field to the first position in a sequence of fields located in a drop area.
Declaration
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