DevExpress Blazor Demos
January 30, 2026 ยท View on GitHub
The DevExpress Blazor component suite ships with demo source code. You can find it in the current folder or in the local installation folder.
How to Build DevExpress Blazor Demos
To run demos on your machine locally, you must:
-
Download this folder.
-
Open one of the following solution files in Visual Studio:
- demo/BlazorDemo.ServerSide/BlazorDemo.ServerSide.sln
- demo/BlazorDemo.Wasm/BlazorDemo.Wasm.sln
-
Obtain the NuGet feed and install the DevExpress Blazor NuGet package.
-
For BlazorDemo.Wasm only: Make sure that the BlazorDemo.Wasm.ServerSide project is set as the solution startup project.
-
Run the application.