Back to Devexpress

MVVM-ready Templates

windowsforms-114096-cross-platform-app-development-winforms-mvvm-design-time-support-templates.md

latest1.0 KB
Original Source

MVVM-ready Templates

  • Dec 09, 2024

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:

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

TemplateDescription
View & View ModelThe entry point for each new application module. Creates a blank View related to the new blank ViewModel
Blank View ModelAn 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).