Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WPF Interactive Demos

  • 2 minutes to read

The DevExpress Unified Component Installer installs demo applications (demos) for each product and ships as part of our WPF Subscription.

DevExpress WPF Demo Center

WPF demos include:

Sample Applications
Real-world applications built with various DevExpress UI controls.
WPF Product Demos
Highlight primary features of specific DevExpress UI controls.

#Launch the Demo Center

#Windows Start Menu

Run the Demo Center application from the Windows Start Menu (All Apps | DevExpress 24.2 | Demo Center 24.2).

Launch the DevExpress Demo Center from the Windows Start Menu

#Visual Studio IDE

In Visual Studio top menu, go to “Extensions > DevExpress” and click Run DemoCenter 24.2.5:

Launch the Demo Center from Visual Studio

Run the application to explore demos that cover all DevExpress .NET technologies. Choose WPF to see what can be implemented with DevExpress WPF products.

#Installation Folder

Open the DevExpress product installation folder and run the Demo Center application.

The default path: C:\Users\Public\Documents\DevExpress Demos 24.2\Components\Components\Bin\DevExpress.DemoCenter.v24.2.exe

#Demo Source Code (.NET 8+, .NET Framework)

Each demo ships with source code (C# and VB.NET for .NET Framework, C# for .NET 8+) that helps you to review implementation details. Do one of the following to open the demo project in Visual Studio IDE:

  • In the Demo Center, right-click the demo and select the corresponding menu item:

    DevExpress Demo Center - Source Code

  • Individual demo modules for desktop platforms (for example, the WPF Data Grid control demo) run in separate windows. Switch to the Demo Ribbon page, click “Open Solution” and select the corresponding option to open the solution in Visual Studio IDE:

    DevExpress Demo Module - Source Code

  • Open the demo solution manually.

    The default demo source directory: C:\Users\Public\Documents\DevExpress Demos 24.2\Components\….