blazor-devexpress-dot-blazor-dot-commonresources.md
Returns an identifier for the Knockout client script.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.Resources.v25.2.dll
NuGet Package : DevExpress.Blazor.Resources
public static readonly DxResource KnockoutJS
| Type | Description |
|---|---|
| DxResource |
The Knockout script.
|
The Knockout script is required for Blazor Dashboard, Report Designer, and Report Viewer components. The Resource Manager automatically registers this script if your project includes the DevExpress.Blazor.Dashboard or DevExpress.Blazor.Reporting.JSBasedControls NuGet package.
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
|
|
DevExpress.Blazor
| |
200
|
|
DevExpress.Blazor
DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls
DevExpress.Blazor.RichEdit
| |
300
|
|
DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls
| |
400
|
|
DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls
| |
500
|
CommonResources.AceLanguageToolsJS
|
DevExpress.Blazor.Dashboard
DevExpress.Blazor.Reporting.JSBasedControls
| |
600
|
|
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