Skip to main content
All docs
V23.2

RestrictedDashboardController(DashboardConfigurator) Constructor

Initializes a new instance of the RestrictedDashboardController class with specified settings.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v23.2.Web.Mvc5.dll

NuGet Package: DevExpress.Web.Mvc5.Dashboard

Declaration

public RestrictedDashboardController(
    DashboardConfigurator dashboardConfigurator
)

Parameters

Name Type
dashboardConfigurator DashboardConfigurator
See Also