TcxPivotGridGroupValuePopupMenuItem Enum
In This Article
Enumerates items available in the grouping value context menu.
#Declaration
Delphi
TcxPivotGridGroupValuePopupMenuItem = (
vpmiExpandCollapse,
vpmiExpandAll,
vpmiCollapseAll
);
#Members
Name |
---|
vpmi
|
vpmi
|
vpmi
|
#Remarks
The following table contains descriptions of the enumeration values:
Value | Item | Meaning |
---|---|---|
vpmi |
Expand or Collapse | Switches the grouping value between the expanded and collapsed states |
vpmi |
Expand All | Expands all the grouping values of a particular level |
vpmi |
Collapse All | Collapses all the grouping values of a particular level |
See Also