Back to Devexpress

pgcmCollapseAll Constant

vcl-cxcustompivotgrid-971b3b00.md

latest740 B
Original Source

pgcmCollapseAll Constant

Specifies an action which collapses all the grouping values at a particular level.

Declaration

delphi
const pgcmCollapseAll = 8;

Remarks

Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmCollapseAll to collapse all the grouping values at a particular level.

See Also

TcxPivotGridCustomPopupMenu.ExecuteCommand

cxCustomPivotGrid Unit