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.v19.1.Web.WebForms.dll

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