DashboardStyleSheetsSettingsBuilder.ColorScheme(String) Method
Sets the name of the color theme to be applied to the control.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
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