Skip to main content
All docs
V25.2
  • RestrictedDashboardController(DashboardConfigurator, IDataProtectionProvider) Constructor

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

    Namespace: DevExpress.DashboardAspNetCore

    Assembly: DevExpress.Dashboard.v25.2.AspNetCore.dll

    NuGet Package: DevExpress.AspNetCore.Dashboard

    Declaration

    public RestrictedDashboardController(
        DashboardConfigurator configurator,
        IDataProtectionProvider dataProtectionProvider = null
    )

    Parameters

    Name Type
    configurator DashboardConfigurator

    Optional Parameters

    Name Type Default
    dataProtectionProvider IDataProtectionProvider null
    See Also