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