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.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

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

Remarks

See ViewModelBase to learn more.

Inheritance

Show 64 items
See Also