StyleSheetResourceBlockExtension.AddDashboard(StyleSheetSettings) 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
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Style |
A Style |
#Returns
Type | Description |
---|---|
Style |
A Style |
#Remarks
Use the DashboardStyleSheetsSettingsBuilder.ColorScheme method to specify a color scheme for the Web Dashboard.
See Also