pgcmCollapseAll Constant
Specifies an action which collapses all the grouping values at a particular level.
Declaration
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