Skip to main content

PivotGridPopupMenu(PivotGridControl) Constructor

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotGridPopupMenu(
    PivotGridControl owner
)

Parameters

Name Type Description
owner PivotGridControl

A PivotGridControl object that is the PivotGrid control.

See Also