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

TreeListBandMenuInfo(TreeListPopupMenu) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public TreeListBandMenuInfo(
    TreeListPopupMenu menu
)

Parameters

Name Type Description
menu DevExpress.Xpf.Grid.TreeListPopupMenu

A DevExpress.Xpf.Grid.TreeListPopupMenu object.

See Also