pgcmHide Constant
In This Article
Specifies an action which moves a field from the view to the customization form.
#Declaration
Delphi
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