Back to Devexpress

MVVMContext Class

windowsforms-devexpress-dot-utils-dot-mvvm.md

latest1.6 KB
Original Source

MVVMContext Class

Generates View Models and manages their lifecycle.

Namespace : DevExpress.Utils.MVVM

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXLicenseWinForms]
public class MVVMContext :
    Component,
    IBindingSourceProvider,
    IRegistrationSourceProvider,
    IViewModelProvider,
    ISupportInitialize
vb
<DXLicenseWinForms>
Public Class MVVMContext
    Inherits Component
    Implements IBindingSourceProvider,
               IRegistrationSourceProvider,
               IViewModelProvider,
               ISupportInitialize

Remarks

See the following link for more information: MvvmContext.

Inheritance

Object MarshalByRefObject Component MVVMContext

See Also

MVVMContext Members

DevExpress.Utils.MVVM Namespace