Skip to main content

PivotGridMenuType Enum

In This Article

Lists values that specify the pivot grid's context menu types.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public enum PivotGridMenuType

#Members

Name Description
HeadersArea

Corresponds to the header area context menu.

Header

Corresponds to the field header context menu.

FieldValue

Corresponds to the field value context menu.

FilterPopup

Corresponds to the filter popup context menu.

None

No menu.

Cell

Cell context menu.

See Also