DashboardStyleSheetsSettings.ColorScheme Property
In This Article
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
NuGet Package: DevExpress.AspNetCore.Dashboard
#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