Integration into ASP.NET MVC Project
DevExpress ASP.NET MVC Extensions can be integrated into ASP.NET MVC applications when creating a new web project or modifying an existing project.
Using DevExpress ASP.NET MVC Extensions in a new project
Create a new project using a DevExpress web application template.
This is the simplest way to create an ASP.NET MVC web project powered by DevExpress ASP.NET MVC extensions. All required project files, assembly references, code entries, and links to the required script and theme files will automatically be inserted into the project.
Using DevExpress ASP.NET MVC Extensions in an existing project
If you already have an existing ASP.NET MVC project, you can incorporate DevExpress ASP.NET MVC extensions in the following ways:
Using a wizard
You can use the Project Wizard or Insert Extension Wizard to add the required DevExpress assemblies to the project and add the required entries to the Web.config file. See Integration into an Existing Project Using Wizards to learn more.
Manually
You can manually add all required DevExpress-related entries to your project files. See Manual Integration into an Existing Project to learn more.