TcxPivotGridGroupValueMenu.Items Property
Specifies predefined items to be added to the grouping value context menu.
Declaration
property Items: TcxPivotGridGroupValuePopupMenuItems read; write;
Property Value
| Type |
|---|
| TcxPivotGridGroupValuePopupMenuItems |
Remarks
Use the Items property to specify items that will be visible in the menu:
| Value | Item | Meaning |
|---|---|---|
| vpmiExpandCollapse | Expand or Collapse | Triggers 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