Skip to main content
A newer version of this page is available. .

DashboardStyleSheetsSettingsBuilder.ColorScheme(String) Method

Sets the name of the color theme to be applied to the control.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v19.1.AspNetCore.dll

Declaration

public DashboardStyleSheetsSettingsBuilder ColorScheme(
    string colorScheme
)

Parameters

Name Type Description
colorScheme String

A String object that defines a color scheme.

Returns

Type Description
DashboardStyleSheetsSettingsBuilder

A reference to this instance after the operation has completed.

See Also