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
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](/WindowsForms/images/winforms-add-devexpress-item.png)
![TemplateGallery - Data Scaffolding Wizard Template](/WindowsForms/images/templategallery-data-scaffolding-wizard-template118487.png)
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). |