IEntitiesViewModel<TEntity>.Entities Property
The loaded collection of entities.
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
Property Value
Type |
---|
ObservableCollection<TEntity> |
See Also