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

DashboardTheme Enum

Lists values that specify dashboard themes.

Namespace: DevExpress.DashboardWeb

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

Declaration

public enum DashboardTheme

Members

Name Description
Light

The Light theme is used to paint the dashboard.

Dark

The Dark theme is used to paint the dashboard.

Remarks

Values listed by this enumeration are used to set the ASPxDashboardViewer.DashboardTheme property.

See Also