StyleSheetResourceBlockExtension.AddDashboard(StyleSheetSettings) Method
Adds the stylesheets required for the ASP.NET Core Dashboard.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
settings | StyleSheetSettings | A StyleSheetSettings object that is a stylesheet required for the ASP.NET Core Dashboard. |
Returns
Type | Description |
---|---|
StyleSheetSettings | A StyleSheetSettings object that is a stylesheet required for the ASP.NET Core Dashboard. |
Remarks
Use the DashboardStyleSheetsSettingsBuilder.ColorScheme method to specify a color scheme for the Web Dashboard.
See Also