Back to Devexpress

pgcmHide Constant

vcl-cxcustompivotgrid-feccf4b4.md

latest897 B
Original Source

pgcmHide Constant

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

TcxPivotGridCustomPopupMenu.ExecuteCommand

cxCustomPivotGrid Unit