TcxPivotGridFieldHeaderPopupMenuItem Enum
Enumerates items available in the field header context menu.
#Declaration
TcxPivotGridFieldHeaderPopupMenuItem = (
fpmiHide,
fpmiOrder,
fpmiFieldList,
fpmiSummaryType
);
#Members
Name |
---|
fpmi
|
fpmi
|
fpmi
|
fpmi
|
#Remarks
Options include:
Value | Item | Meaning |
---|---|---|
fpmi | Hide | An item that hides a field header in the pivot grid. This item is disabled if the pivot grid’s Options |
fpmi | Order | A subitem that exposes a list of options that move a field among other fields in the same area. An end-user can select an option from the list to modify the field’s Area Subitem options are disabled if the pivot grid’s Options |
fpmi | Show Field List | An item that invokes the customization form. This item is disabled if the pivot grid’s Options |
fpmi | Summary Type | A subitem that exposes a list of calculation options available for data fields as a submenu. An end-user can select an option from the list to modify a data field’s Summary This subitem is hidden if the list is empty. |