Back to Devexpress

DefaultMenuItemNames Members

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

latest6.8 KB
Original Source

DefaultMenuItemNames Members

Contains names of the context menu items.

Fields

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DefaultMenuItemNames Class

DevExpress.Xpf.PivotGrid Namespace