Skip to main content
All docs
V25.1
  • ScriptIdentifiers.DxDashboard Field

    OBSOLETE

    Use DashboardJS instead.

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

    Namespace: DevExpress.DashboardBlazor

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