Skip to main content
A newer version of this page is available. .

DevExpress.Mvvm Namespace

Contains classes for building MVVM-aware applications.

Assembly: DevExpress.Mvvm.v21.1.dll

Classes

Name Description
AsyncCommand Allows you to define an asynchronous command in a View Model.
BindableBase Provides support for the INotifyPropertyChanged interface and capabilities for easy implementation of bindable properties with the GetProperty and SetProperty methods.
DelegateCommand Allows you to define a command in a View Model.
Messenger Allows you to send messages and register handlers that will process these messages.
Messenger.ActionInvokerCollection
ViewModelBase The base class for ViewModels.