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

MVVM-ready Templates

Important

DevExpress WinForms MVVM Templates are not available in .NET 8+ applications.

To simplify MVVM application development, DevExpress includes MVVM-specific Template Gallery templates, available from the ‘Add DevExpress Item’ menu:

Add DevExpress Item to the WinForms Project

TemplateGallery - Data Scaffolding Wizard Template

The table below lists all MVVM-related templates included in this gallery.

Template Description
View & View Model The entry point for each new application module. Creates a blank View related to the new blank ViewModel
Blank View Model An empty ViewModel that implements the INotifyPropertyChanged interface and supports declaring bindable properties. You can choose the type of the created ViewModel (either a POCO or regular model).