Skip to main content
All docs
V26.1
  • PivotGridPopupMenu(PivotGridControl) Constructor

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

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v26.1.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