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

EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>.Entities Property

The collection of entities loaded from the unit of work.

Namespace: DevExpress.Mvvm.ViewModel

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

Declaration

public ObservableCollection<TProjection> Entities { get; }

Property Value

Type
ObservableCollection<TProjection>
See Also