Skip to main content
All docs
V24.2

ScriptIdentifiers.DxAnalytics Field

OBSOLETE

Use CommonResources.AnalyticsJS instead.

The path to the dx-analytics-core.min.js script.

Namespace: DevExpress.DashboardBlazor

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

Declaration

[Obsolete("Use CommonResources.AnalyticsJS instead.")]
public const string DxAnalytics = "./_content/DevExpress.Blazor.Dashboard/dx-analytics-core.min.js"

Field Value

Type Description
String

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

See Also