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

GridBandMenuInfo(GridPopupMenu) Constructor

Initializes a new instance of the GridBandMenuInfo class with the specified settings.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridBandMenuInfo(
    GridPopupMenu menu
)

Parameters

Name Type Description
menu GridPopupMenu

A GridPopupMenu object.

See Also