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