CommonResources.KnockoutJS Field
Returns an identifier for the Knockout client script.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.Resources.v24.2.dll
NuGet Package: DevExpress.Blazor.Resources
Declaration
public static readonly DxResource KnockoutJS
Field Value
Type | Description |
---|---|
DxResource | The Knockout script. |
Remarks
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 |
| DevExpress.Blazor.Dashboard |
150 | DevExpress.Blazor | |
200 | DevExpress.Blazor | |
300 | DevExpress.Blazor.Dashboard | |
400 | DevExpress.Blazor.Dashboard | |
500 | DevExpress.Blazor.Dashboard | |
600 | DevExpress.Blazor.Dashboard | |
700 | DevExpress.Blazor.Reporting.JSBasedControls | |
700 | DevExpress.Blazor.Dashboard | |
800 | DevExpress.Blazor.Reporting.JSBasedControls | |
800 | DevExpress.Blazor.Dashboard |
Refer to the following topic for more information: DxResourceManager.