Skip to main content

DashboardController(DashboardConfigurator) Constructor

Initializes a new instance of the DashboardController class.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v24.1.Web.Mvc5.dll

NuGet Package: DevExpress.Web.Mvc5.Dashboard

Declaration

public DashboardController(
    DashboardConfigurator dashboardConfigurator
)

Parameters

Name Type Description
dashboardConfigurator DashboardConfigurator

A DashboardConfigurator object that provides server settings for the Web Dashboard.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DashboardController(DashboardConfigurator) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also