Skip to main content

DashboardStyleSheetsSettings.ColorScheme Property

Gets or sets the name of the color theme to be applied to the control.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public string ColorScheme { get; set; }

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