Back to Devexpress

pgcmExpandAll Constant

vcl-cxcustompivotgrid-7b04c0de.md

latest799 B
Original Source

pgcmExpandAll Constant

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

TcxPivotGridCustomPopupMenu.ExecuteCommand

cxCustomPivotGrid Unit