pgcmMoveToEnd Constant
Specifies an action which moves a field to the last position in the sequence of fields located in a drop area.
Declaration
const pgcmMoveToEnd = 2;
Remarks
Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmMoveToEnd, to move a field to the last position in the sequence of fields located in a drop area.
See Also