pgcmExpand Constant
In This Article
Specifies an action which expands a grouping value.
#Declaration
Delphi
const pgcmExpand = 5;
#Remarks
Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmExpand, to expand a grouping value.
See Also