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