Back to Devexpress

TcxPivotGridGroupValuePopupMenuItem Enum

vcl-cxcustompivotgrid-5ffad208.md

latest1.2 KB
Original Source

TcxPivotGridGroupValuePopupMenuItem Enum

Enumerates items available in the grouping value context menu.

Declaration

delphi
TcxPivotGridGroupValuePopupMenuItem = (
    vpmiExpandCollapse,
    vpmiExpandAll,
    vpmiCollapseAll
);

Members

Name
vpmiExpandCollapse
vpmiExpandAll
vpmiCollapseAll

Remarks

The following table contains descriptions of the enumeration values:

ValueItemMeaning
vpmiExpandCollapseExpand or CollapseSwitches the grouping value between the expanded and collapsed states
vpmiExpandAllExpand AllExpands all the grouping values of a particular level
vpmiCollapseAllCollapse AllCollapses all the grouping values of a particular level

See Also

TcxPivotGridGroupValueMenu.Items

cxCustomPivotGrid Unit