StyleSheetResourceBlockExtension.AddDashboard(StyleSheetSettings, Action<DashboardStyleSheetsSettingsBuilder>) Method
In This Article
Adds the stylesheets required for the ASP.NET Core Dashboard.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public static StyleSheetSettings AddDashboard(
this StyleSheetSettings settings,
Action<DashboardStyleSheetsSettingsBuilder> config
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Style |
A Style |
config | Action<Dashboard |
A delegate used to configure the Dashboard |
#Returns
Type | Description |
---|---|
Style |
A Style |
#Remarks
Use the DashboardStyleSheetsSettingsBuilder.ColorScheme method to specify a color scheme for the Web Dashboard.
See Also