Skip to main content

IEntitiesViewModel<TEntity>.Entities Property

The loaded collection of entities.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Package: DevExpress.Scaffolding.Core

Declaration

ObservableCollection<TEntity> Entities { get; }

Property Value

Type
ObservableCollection<TEntity>
See Also