PivotGridMenuEventArgsBase.MenuType Property
Gets the type of the invoked menu.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v22.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
PivotGridMenuType | A PivotGridMenuType enumeration member which specifies the menu’s type. |
Available values:
Name | Description |
---|---|
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). |
Remarks
To obtain the actual context menu invoked, use the PivotGridMenuEventArgsBase.Menu property.