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

PivotContextMenuIds Enum

Lists IDs that identify context menu items.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public enum PivotContextMenuIds

Members

Name
ReloadDataMenuID
ShowHideFieldListMenuID
ShowPrefilterMenuID
OrderMenuID
MoveToBeginningMenuID
MoveToEndMenuID
MoveRightMenuID
MoveLeftMenuID
HideFieldMenuID
ShowHeaderExpressionMenuID
SortAscendingID
SortDescendingID
ClearSortingID
BestFitFieldMenuID
HideFieldOnCustomizationFormMenuID
ChangeExpandedMenuID
ExpandAllMenuID
CollapseAllMenuID
RemoveSortBySummaryMenuID
ShowValueExpressionMenuID

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