Skip to main content
A newer version of this page is available. .

ASPxDashboard.ColorScheme Property

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

public override string ColorScheme { get; set; }

Property Value

Type Description
String

A String value specifying the color theme name.

Remarks

To learn more, see Appearance Customization.

See Also