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

MenuItemEnum Enum

Lists values that identify menu items displayed within the Field Value Popup Menu and Field Header Popup Menu.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public enum MenuItemEnum

Members

Name Description
HeaderRefresh

Corresponds to the menu item used to refresh the ASPxPivotGrid’s data. This menu item is displayed within the Field Header Popup Menu.

To refresh the control’s data in code, use the ASPxPivotGrid.ReloadData method.

HeaderHide

Corresponds to the menu item used to hide individual field headers. This menu item is displayed within the Field Header Popup Menu.

HeaderShowList

Corresponds to the menu item used to invoke the Customization Window that displays hidden fields. This menu item is displayed within the Field Header Popup Menu.

HeaderShowPrefilter

Corresponds to the menu item used to invoke the Prefilter Editor used to build complex filter expressions. This menu item is displayed within the Field Header Popup Menu.

FieldValueExpand

Corresponds to the menu item used to expand/collapse individual field values. This menu item is displayed within the Field Value Popup Menu.

FieldValueExpandAll

Corresponds to the menu item used to expand/collapse all field values displayed within the row header area or column header area. This menu item is displayed within the Field Value Popup Menu.

FieldValueSortBySummaryFields

Corresponds to the menu item used to sort row or column field values by column or row summary value, respectively. This menu item is displayed within the Field Value Popup Menu.

HeaderSortAscending

Corresponds to the menu item used to apply sorting in ascending order.

HeaderSortDescending

Corresponds to the menu item used to apply sorting in descending order.

HeaderClearSorting

Corresponds to the menu item used to clear sorting.

Related API Members

The following properties accept/return MenuItemEnum values:

Remarks

The values listed by this enumerator are used to set the PivotAddPopupMenuItemEventArgs.MenuItem property.

See Also