pgcmHide Constant
Specifies an action which moves a field from the view to the customization form.
Declaration
const pgcmHide = 0;
Remarks
Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmHide, to move a field to the customization form (the moved field will be hidden in the view).
See Also