Back to Devexpress

CommonResources.DevExtremeJS Field

blazor-devexpress-dot-blazor-dot-commonresources-924f064f.md

latest3.5 KB
Original Source

CommonResources.DevExtremeJS Field

Returns an identifier for the DevExtreme client script.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.Resources.v25.2.dll

NuGet Package : DevExpress.Blazor.Resources

Declaration

csharp
public static readonly DxResource DevExtremeJS

Field Value

TypeDescription
DxResource

The DevExtreme script.

|

Remarks

The DevExtreme script is required for various Blazor components, including Dashboard, Reports, Charts, and Rich Text Editor. The Resource Manager automatically registers this script if your project includes one of the following NuGet packages:

  • DevExpress.Blazor
  • DevExpress.Blazor.Dashboard
  • DevExpress.Blazor.Reporting.JSBasedControls
  • DevExpress.Blazor.RichEdit

The following table lists public DevExpress resources, their positions among other scripts, and NuGet packages that include these scripts:

|

Position

|

DevExpress Resource

|

NuGet Packages

| | --- | --- | --- | |

0

|

CommonResources.KnockoutJS

|

DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls

| |

150

|

BlazorResources.QuillJS

|

DevExpress.Blazor

| |

200

|

CommonResources.DevExtremeJS

|

DevExpress.Blazor
DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls
DevExpress.Blazor.RichEdit

| |

300

|

CommonResources.JQueryJS

|

DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls

| |

400

|

CommonResources.AceJS

|

DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls

| |

500

|

CommonResources.AceLanguageToolsJS

|

DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls

| |

600

|

CommonResources.AnalyticsJS

|

DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls

| |

700

|

JSBasedReportingResources.WebDocumentViewerJS

|

DevExpress.Blazor.Reporting.JSBasedControls

| |

700

|

CommonResources.QueryBuilderJS

|

DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls

| |

800

|

JSBasedReportingResources.ReportDesignerJS

|

DevExpress.Blazor.Reporting.JSBasedControls

| |

800

|

DashboardResources.DashboardJS

|

DevExpress.Blazor.Dashboard

|

Refer to the following topic for additional information: DxResourceManager.

See Also

CommonResources Class

CommonResources Members

DevExpress.Blazor Namespace