DashboardViewer(IContainer) Constructor
In This Article
Initializes a new instance of the DashboardViewer class with the specified container.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.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 Dashboard |
See Also