Skip to main content

TcxPivotGridFieldHeaderPopupMenuItem Enum

Enumerates items available in the field header context menu.

Declaration

TcxPivotGridFieldHeaderPopupMenuItem = (
    fpmiHide,
    fpmiOrder,
    fpmiFieldList,
    fpmiSummaryType
);

Members

Name
fpmiHide
fpmiOrder
fpmiFieldList
fpmiSummaryType

Remarks

Options include:

Value

Item

Meaning

fpmiHide

Hide

An item that hides a field header in the pivot grid.

This item is disabled if the pivot grid’s OptionsCustomize.Hiding property is set to False.

fpmiOrder

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 AreaIndex property value.

Subitem options are disabled if the pivot grid’s OptionsCustomize.Moving or OptionsDataField.Moving property is set to False.

fpmiFieldList

Show Field List

An item that invokes the customization form.

This item is disabled if the pivot grid’s OptionsCustomize.QuickCustomization property is set to False.

fpmiSummaryType

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 SummaryType property value.

This subitem is hidden if the list is empty.

See Also