pgcmExpandAll Constant
In This Article
Specifies an action which expands grouping values at a particular level.
#Declaration
Delphi
const pgcmExpandAll = 7;
#Remarks
Set the ACommand parameter of the TcxPivotGridCustomPopupMenu.ExecuteCommand method to pgcmExpandAll, to expand grouping values at a particular level (to expand a hierarchy tree).
See Also