Skip to main content
All docs
V26.1
  • MVVMContext Class

    Generates View Models and manages their lifecycle.

    Namespace: DevExpress.Utils.MVVM

    Assembly: DevExpress.Utils.v26.1.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