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

ViewModelBase Class

The base class for ViewModels.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v22.2.dll

NuGet Package: DevExpress.Mvvm

Declaration

public abstract class ViewModelBase :
    BindableBase,
    ISupportParentViewModel,
    ISupportServices,
    ISupportParameter,
    ICustomTypeDescriptor

Remarks

See ViewModelBase to learn more.

Inheritance

See Also