Back to Devexpress

pgcmExpand Constant

vcl-cxcustompivotgrid-deec098f.md

latest611 B
Original Source

pgcmExpand Constant

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

TcxPivotGridCustomPopupMenu.ExecuteCommand

cxCustomPivotGrid Unit