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

PivotGridPopupMenu(PivotGridControl) Constructor

Initializes a new instance of the DevExpress.Xpf.PivotGrid.PivotGridPopupMenu class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public PivotGridPopupMenu(
    PivotGridControl owner
)

Parameters

Name Type Description
owner PivotGridControl

A PivotGridControl object that is the PivotGrid control.

See Also