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

ASPxDashboardViewer.DashboardTheme Property

OBSOLETE

Use the ASPxWebClientUIControl.ColorScheme property instead.

Gets or sets the theme used to paint the dashboard.

Namespace: DevExpress.DashboardWeb

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

Declaration

[Browsable(false)]
[Obsolete("Use the ASPxWebClientUIControl.ColorScheme property instead.", false)]
[DefaultValue(DashboardTheme.Light)]
public DashboardTheme DashboardTheme { get; set; }

Property Value

Type Default Description
DashboardTheme **Light**

A DashboardTheme enumeration member that specifies the theme used to paint the dashboard.

Available values:

Name Description
Light

The Light theme is used to paint the dashboard.

Dark

The Dark theme is used to paint the dashboard.

Remarks

To learn more, see Appearance Customization.

See Also