Technical Demos
- 3 minutes to read
Demo Locations
You can find DevExpress ASP.NET MVC Extensions demos in the following locations:
- Online: https://demos.devexpress.com/MVC/
- On GitHub: DevExpress ASP.NET MVC 5 Demos
- In the root installation folder: C:\Users\Public\Documents\DevExpress Demos 26.1\Components\…
The table below lists links to online demos and relative paths to local/GitHub demos:
Category | ASP.NET MVC Demos |
|---|---|
Card View |
|
Charting |
|
Data Editors |
|
Diagram |
|
Dock and Modal Popups |
|
File Manager and File Upload |
|
Gantt |
|
Grid |
|
HTML Editor |
|
Image and Data Navigation |
|
Multi-Use Site Controls |
|
Navigation and Layout |
|
Pivot Grid |
|
Reporting |
|
Rich Text Editor |
|
Scheduling |
|
Spell Checker |
|
Spreadsheet |
|
Tree List |
|
Vertical Grid |
|
Run Demos from the Installation Folder
The DevExpress Unified Component Installer installs demos for each product. Run the Demo Center application in one of the following ways:
From the Windows Start menu (All Programs | DevExpress 26.1 | Demo Center 26.1).

Using the executable file located in the directory where DevExpress products are installed. The default path is C:\Users\Public\Documents\DevExpress Demos 26.1\Components\Components\Bin\DevExpress.DemoCenter.v26.1.exe.
In the Demo Center, click ASP.NET MVC to review available feature-based demos. Run a solution from its corresponding folder to see the source code for a specific demo.
Run GitHub Demos
Clone the current repository:
# HTTPS git clone https://github.com/DevExpress/demos-mvc-5.git# SSH git clone git@github.com:DevExpress/demos-mvc-5.gitOpen a demo solution in your IDE. The IDE will automatically restore required packages.
- Run the application in a supported browser.