Skip to main content

CustomColorSchemeExtension.AddDashboardStyle(ColorSchemeInfo, String) Method

Registers a CSS file that contains styles for the Web Dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

public static ColorSchemeInfo AddDashboardStyle(
    this ColorSchemeInfo colorSchemeInfo,
    string fileUrl
)

Parameters

Name Type Description
colorSchemeInfo ColorSchemeInfo

A ColorSchemeInfo object.

fileUrl String

A URL that provides access to the CSS file.

Returns

Type Description
ColorSchemeInfo

A ColorSchemeInfo object.

See Also