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

MVVMContext Class

Generates View Models and manages their lifecycle.

Namespace: DevExpress.Utils.MVVM

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "MVVMContext")]
public class MVVMContext :
    Component,
    IBindingSourceProvider,
    IRegistrationSourceProvider,
    IViewModelProvider,
    ISupportInitialize

Remarks

WinForms MVVM - MvvmContext 1

See the following link for more information: MvvmContext.

Inheritance

See Also