pgcmCollapseAll Constant
In This Article
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