Skip to main content
All docs
V24.2

ScriptIdentifiers.DxDashboard Field

In This Article
OBSOLETE

Use DashboardJS instead.

The path to the dx-dashboard.min.js script.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v24.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

#Declaration

[Obsolete("Use DashboardResources.DashboardJS instead.")]
public const string DxDashboard = "./_content/DevExpress.Blazor.Dashboard/dx-dashboard.min.js"

#Field Value

Type Description
String

A string that is the path to the dx-dashboard.min.js script.

See Also