Back to Devexpress

pgcmCollapse Constant

vcl-cxcustompivotgrid-2ac58e9d.md

latest624 B
Original Source

pgcmCollapse Constant

Specifies an action, which collapses a grouping value.

Declaration

delphi
const pgcmCollapse = 6;

Remarks

Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmCollapse , to collapse the grouping value.

See Also

TcxPivotGridCustomPopupMenu.ExecuteCommand

cxCustomPivotGrid Unit