Skip to main content

GridPopupMenu(GridViewBase) Constructor

Initializes a new instance of the GridPopupMenu class with the specified owner.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridPopupMenu(
    GridViewBase view
)

Parameters

Name Type Description
view GridViewBase

A GridViewBase object that is a popup menu owner.

See Also