Skip to main content

MVVMContext Class

Generates View Models and manages their lifecycle.

Namespace: DevExpress.Utils.MVVM

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public class MVVMContext :
    Component,
    IBindingSourceProvider,
    IRegistrationSourceProvider,
    IViewModelProvider,
    ISupportInitialize

Remarks

WinForms MVVM - MvvmContext 1

See the following link for more information: MvvmContext.

Inheritance

See Also