maui-405291-mvvm-index.md
The DevExpress MAUI MVVM Library helps you to implement the MVVM pattern in a MAUI application. The library is based on .NET Community Toolkit.
Review our demo app on GitHub to try out the DevExpress MAUI MVVM Library :
The Model-View-ViewModel (MVVM) architectural design pattern divides your application into three layers:
ModelData and business logic.ViewMarkup and code-behind that define UI layout and bind individual elements to ViewModel properties and commands.ViewModelLogic that connects the View and Model.
The diagram below illustrates these layers and their relations.
Refer to the following article for more information on MVVM and its benefits: The MVVM Pattern.
The DevExpress .NET MAUI Controls support the MVVM design pattern. You can use DevExpress MAUI MVVM Library and DevExpress .NET MAUI Controls independently.
Download and install the DevExpress.Maui.MVVM package from the DevExpress NuGet Gallery to access classes in the DevExpress MAUI MVVM Library. For more information on how to build your first .NET MAUI app, refer to the following help topic: Get Started.
ServicesThis topic explains how to work with MVVM Services.UI ServicesThis topic explains how to work with MVVM UI Services.Utility ClassesThis topic explains how to work with MVVM Utility Classes.