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