PivotContextMenuIds Enum
Lists IDs that identify context menu items.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Members
Name | Description |
---|---|
Reload
|
The Reload Data context menu item. |
Show
|
The Show/Hide Field List context menu item. |
Show
|
The Show Prefilter context menu item. |
Order
|
The Order Menu context menu item. |
Move
|
The Move to End context menu item. |
Move
|
The Move to End context menu item. |
Move
|
The Move Right context menu item. |
Move
|
The Move Left context menu item. |
Hide
|
The Hide Field Menu context menu item. |
Show
|
The Show Header Expression context menu item. |
Sort
|
The Sort Ascending context menu item. |
Sort
|
The Sort Descending context menu item. |
Clear
|
The Clear Sorting context menu item. |
Best
|
The Best Fit context menu item. |
Hide
|
The Hide Field on Customization Form context menu item. |
Change
|
The Expand/Collapse context menu item. |
Expand
|
The Fix Column context menu item. |
Collapse
|
The Collapse All context menu item. |
Remove
|
The Remove Sort by Summary context menu item. |
Show
|
The Show Value Expression context menu item. |
Sort
|
The Sort by Summary context menu item. |
Fix
|
The Fix Column context menu item. |
#Remarks
The PivotContextMenuIds class static fields list IDs, used to identify context menu items. Use them when handling the PivotGridControl.MenuItemClick event to obtain which item has been clicked.