Skip to main content
A newer version of this page is available. .

PivotGridMenuType Enum

Lists values that specify the Pivot Grid Control’s context menu types.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v17.2.dll

Declaration

public enum PivotGridMenuType

Members

Name Description
Header

Corresponds to the field header context menu.

Header_MenuType

HeaderArea

Corresponds to the header area context menu.

HeaderArea_MenuType

FieldValue

Corresponds to the field value context menu.

FieldValueArea_MenuType

HeaderSummaries

Corresponds to the menu allowing an end-user to select a summary type for a data field (when the PivotGridFieldOptions.AllowRunTimeSummaryChange option is enabled).

HeaderSummaries_MenuType

Cell

Corresponds to the context menu, allowing end-users to apply conditional formatting to data cells (when the PivotGridOptionsMenu.EnableFormatRulesMenu option is enabled).

Cell_MenuType

Related API Members

The following properties accept/return PivotGridMenuType values:

Remarks

The values listed by this enumeration are used to set the PivotGridMenuEventArgsBase.MenuType property which is exposed via the PivotGridControl.MenuItemClick event’s parameter.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotGridMenuType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also