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

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

    Namespace: DevExpress.DashboardWeb

    Assembly: DevExpress.Dashboard.v26.1.Web.WebForms.dll

    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