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