Back to Devexpress

PivotGridPopupMenu.MenuInfo Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridpopupmenu-c817a947.md

latest1.9 KB
Original Source

PivotGridPopupMenu.MenuInfo Property

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotGridMenuInfo MenuInfo { get; }
vb
Public ReadOnly Property MenuInfo As PivotGridMenuInfo

Property Value

Type
PivotGridMenuInfo

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MenuInfo property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-pivot-grid-create-context-menu-for-field-values/CS/WpfPivotGrid_CustomMenu/MainWindow.xaml.cs#L23

csharp
{
    PivotGridFieldValueMenuInfo menuInfo = pivotGrid.GridMenu.MenuInfo as PivotGridFieldValueMenuInfo;
    if (menuInfo != null && menuInfo.FieldValueElementData != null &&

See Also

PivotGridPopupMenu Class

PivotGridPopupMenu Members

DevExpress.Xpf.PivotGrid Namespace