Skip to main content

DashboardPopupMenu(IContainer) Constructor

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardPopupMenu(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object which implements the IContainer interface.

See Also