All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
A newer version of this page is available. Switch to the current version.

DevExtreme jQuery - NuGet Package

When using Visual Studio, you can add the DevExtreme libraries to your application using the DevExtreme Web NuGet package. Run the following command in the Package Manager Console to install this package:

Install-Package DevExtreme.Web -Version 19.1.16

You can also use the Manage NuGet Packages dialog to install or update the package.

NOTE
The DevExtreme Web package contains inseparable DevExtreme scripts. We recommend using the DevExtreme npm package instead if you are developing a modular application.

After installing the NuGet package, you need to link the DevExtreme stylesheets and scripts. Open your index page and add the links to the <head> tag as shown in the Local Scripts article. Note that the NuGet package contains only dx.viz.js, dx.web.js, and dx.viz-web.js.

See Also