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

DashboardViewer(IContainer) Constructor

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public DashboardViewer(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object implementing the IContainer interface which specifies the owner container of a DashboardViewer class instance.

See Also