Skip to main content

Templates

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

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).

Important

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