CustomColorSchemeExtension.AddDashboardStyle(ColorSchemeInfo, String) Method
In This Article
Registers a CSS file that contains styles for the Web Dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
public static ColorSchemeInfo AddDashboardStyle(
this ColorSchemeInfo colorSchemeInfo,
string fileUrl
)
#Parameters
Name | Type | Description |
---|---|---|
color |
Color |
A Color |
file |
String | A URL that provides access to the CSS file. |
#Returns
Type | Description |
---|---|
Color |
A Color |
See Also