DashboardStyleSheetsSettings.ColorScheme Property
Gets or sets the name of the color theme to be applied to the control.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
Declaration
Property Value
Type | Description |
---|---|
String | A String object that defines a color scheme. |
Remarks
Use the StyleSheetResourceBlockExtension.AddDashboard method to get access to the DashboardStyleSheetsSettings object.
See Also