Back to Devexpress

PivotContextMenuIds Enum

windowsforms-devexpress-dot-xtrapivotgrid-a7cda57e.md

latest2.5 KB
Original Source

PivotContextMenuIds Enum

Lists IDs that identify context menu items.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public enum PivotContextMenuIds
vb
Public Enum PivotContextMenuIds

Members

NameDescription
ReloadDataMenuID

The Reload Data context menu item.

| | ShowHideFieldListMenuID |

The Show/Hide Field List context menu item.

| | ShowPrefilterMenuID |

The Show Prefilter context menu item.

| | OrderMenuID |

The Order Menu context menu item.

| | MoveToBeginningMenuID |

The Move to End context menu item.

| | MoveToEndMenuID |

The Move to End context menu item.

| | MoveRightMenuID |

The Move Right context menu item.

| | MoveLeftMenuID |

The Move Left context menu item.

| | HideFieldMenuID |

The Hide Field Menu context menu item.

| | ShowHeaderExpressionMenuID |

The Show Header Expression context menu item.

| | SortAscendingID |

The Sort Ascending context menu item.

| | SortDescendingID |

The Sort Descending context menu item.

| | ClearSortingID |

The Clear Sorting context menu item.

| | BestFitFieldMenuID |

The Best Fit context menu item.

| | HideFieldOnCustomizationFormMenuID |

The Hide Field on Customization Form context menu item.

| | ChangeExpandedMenuID |

The Expand/Collapse context menu item.

| | ExpandAllMenuID |

The Fix Column context menu item.

| | CollapseAllMenuID |

The Collapse All context menu item.

| | RemoveSortBySummaryMenuID |

The Remove Sort by Summary context menu item.

| | ShowValueExpressionMenuID |

The Show Value Expression context menu item.

| | SortBySummaryMenuID |

The Sort by Summary context menu item.

| | FixColumnMenuID |

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.

See Also

DevExpress.XtraPivotGrid Namespace