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

    OBSOLETE

    Use CommonResources.AceJS instead.

    The path to the ace.js script.

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.Blazor.dll

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    [Obsolete("Use CommonResources.AceJS instead.")]
    public const string Ace = "./_content/DevExpress.Blazor.Dashboard/ace.js"

    Field Value

    Type Description
    String

    A string that is the path to the ace.js script.

    See Also