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

DashboardPopupMenu(IContainer) Constructor

Initializes a new instance of the DashboardPopupMenu class with the specified container.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public DashboardPopupMenu(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object which implements the IContainer interface.

See Also