PivotGridFieldValueMenuInfo.MenuType Property
In This Article
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public override PivotGridMenuType MenuType { get; }
#Property Value
Type |
---|
Pivot |
Available values:
Name | Description |
---|---|
Headers |
|
Header | |
Field |
|
Filter |
Filter popup context menu. |
None | No menu. |
Cell | Cell context menu. |
See Also