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

DashboardController(DashboardConfigurator) Constructor

Initializes a new instance of the DashboardController class.

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public DashboardController(
    DashboardConfigurator dashboardConfigurator
)

Parameters

Name Type Description
dashboardConfigurator DashboardConfigurator

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

See Also