Skip to main content
A newer version of this page is available. .

Demo Application

  • 2 minutes to read

The DevExpress .NET Products Installer installs demos for each product. Demos are divided into two types: Sample Applications (real-world applications built using DevExpress products) and Technical Demos (which highlight products’ primary features). These demos provide an overview of product features and implementation examples.

DevExpress Office File API demos are in the Reporting, Analytics & More section.

DocumentServer-DemoInstallation

The Office File API demo is divided into WinForms, ASP.NET and ASP.NET MVC.

DocumentServer_DemoInstallations_DemoPage

Launch the Demo Center

There are three ways to run the DevExpress Demo Center:

  • Click the “Demo Center 19.1“ shortcut in the Windows Start Menu.
  • In Visual Studio, select “DEVEXPRESS | Run Demo Center” in the Visual Studio DevExpress menu.
  • Open the DevExpress product installation folder and run the Demo Center manually. The default path is C:\Users\Public\Documents\DevExpress Demos 19.1\Components\Components\Bin\DevExpress.DemoCenter.v19.1.exe“.

Find the Source Code

Each demo ships with C# and VB.NET source code (the ASP.NET MVC demo ships only in C#). Use one of the following approaches to review the demo code:

  • Click C# Solution | VB Solution for a desired platform to inspect the source code of its demo modules (see the image above).

  • Open the demo solution manually. The default demo source directory is C:\Users\Public\Documents\DevExpress Demos 19.1\Components\Office File API\…. You can also invoke the Windows Start Menu and click “All Programs” | “DevExpress 19.1“ | “Demo Source Code” to access this folder.

Online Demos

You can launch ASP.NET, ASP.NET MVC and ASP.NET Core demos from the Office File API Website Page. Click Online Demos to open the Office File API Demos section.

Demos_Online