Skip to main content

DashboardViewer(IContainer) Constructor

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.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