Skip to main content

ASPxDashboard.ColorScheme Property

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.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