Back to Devexpress

PivotGridMenuType Enum

windowsforms-devexpress-dot-xtrapivotgrid-9c53c667.md

latest2.7 KB
Original Source

PivotGridMenuType Enum

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public enum PivotGridMenuType
vb
Public Enum PivotGridMenuType

Members

NameDescription
Header

Corresponds to the field header context menu.

| | HeaderArea |

Corresponds to the header area context menu.

| | FieldValue |

Corresponds to the field value context menu.

| | 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).

| | Cell |

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

|

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.

See Also

DevExpress.XtraPivotGrid Namespace