MVVMContext Class
In This Article
Generates View Models and manages their lifecycle.
Namespace: DevExpress.Utils.MVVM
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public class MVVMContext :
Component,
IBindingSourceProvider,
IRegistrationSourceProvider,
IViewModelProvider,
ISupportInitialize
#Remarks
See the following link for more information: MvvmContext.
#Inheritance
Object
MarshalByRefObject
Component
MVVMContext
See Also