Back to Devexpress

DefaultMenuItemNames Fields

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-defaultmenuitemnames-dot-underscore-fields.md

latest4.8 KB
Original Source

DefaultMenuItemNames Fields

Contains names of the context menu items.

NameDescription
ClearSortingReturns “ItemClearSorting”. Corresponds to the field header menu item used to disable sorting in OLAP mode.
CollapseAllReturns “ItemCollapseAll”. Corresponds to the field value menu item used to collapse all values of the field.
CollapseItemReturns “ItemCollapse”. Corresponds to the field value menu item used to collapse the field value.
ExpandAllReturns “ItemExpandAll”. Corresponds to the field value menu item used to expand all values of the field.
ExpandItemReturns “ItemExpand”. Corresponds to the field value menu item used to expand the field value.
FieldMoveLeftReturns “ItemFieldMoveLeft”. Corresponds to the field header menu item used to move the field header to the left.
FieldMoveRightReturns “ItemFieldMoveRight”. Corresponds to the field header menu item used to move the field header to the right.
FieldMoveToBeginningReturns “ItemFieldMoveToBeginning”. Corresponds to the field header menu item used to move the header to the first position in its area.
FieldMoveToEndReturns “ItemFieldMoveToEnd”. Corresponds to the field header menu item used to move the header to the last position in its area.
FieldOrderReturns “ItemFieldOrder”. Corresponds to the field header menu group that contains items used to move the header in its area.
HideFieldReturns “ItemHideField”. Corresponds to the field header menu item used to hide the field.
HideFieldListReturns “ItemHideFieldList”. Corresponds to the menu item used to hide the Field List.
HideFilterEditor
InvertFilterReturns “InvertFilter”. Corresponds to the filter popup context menu item used to invert the filter condition.
KpiGraphicReturns “ItemKpiGraphic”. Corresponds to the field header menu group that contains items used to select KPI graphics.
RefreshDataReturns “ItemRefreshData”. Corresponds to the menu item used to refresh data in the PivotGridControl.
RemoveAllSortingReturns “ItemRemoveAllSorting”. Corresponds to the menu item used to remove sorting.
ShowExpressionEditor
ShowFieldListReturns “ItemShowFieldList”. Corresponds to the menu item used to show the Field List.
ShowFilterEditor
SortAscendingReturns “ItemSortAZ”. Corresponds to the field header menu item used to sort field values in ascending order, in OLAP mode.
SortByItemReturns “ItemSortBySummary”. Corresponds to the menu item used to apply Sorting by Summary.
SortDescendingReturns “ItemSortZA”. Corresponds to the field header menu item used to sort field values in descending order in OLAP mode.

See Also

DefaultMenuItemNames Class

DefaultMenuItemNames Members

DevExpress.Xpf.PivotGrid Namespace