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

IEntitiesViewModel<TEntity> Interface

The base interface for view models exposing a collection of entities of the given type.

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v20.2.ViewModel.dll

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.ViewModel

Declaration

public interface IEntitiesViewModel<TEntity> :
    IDocumentContent
    where TEntity : class

Type Parameters

Name
TEntity
See Also