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

GridPopupMenu(GridViewBase) Constructor

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.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