Skip to main content
All docs
V25.1
  • CustomColorSchemeExtension.AddDashboardStyle(ColorSchemeInfo, String) Method

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

    Namespace: DevExpress.DashboardWeb

    Assembly: DevExpress.Dashboard.v25.1.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