RestrictedDashboardController(DashboardConfigurator, IDataProtectionProvider) Constructor
In This Article
Initializes a new instance of the RestrictedDashboardController class with specified settings.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public RestrictedDashboardController(
DashboardConfigurator configurator,
IDataProtectionProvider dataProtectionProvider = null
)
#Parameters
Name | Type |
---|---|
configurator | Dashboard |
#Optional Parameters
Name | Type | Default |
---|---|---|
data |
IData |
null |
See Also