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

ISingleObjectViewModel<TEntity, TPrimaryKey>.Entity Property

The entity represented by a view model.

Namespace: DevExpress.Mvvm.ViewModel

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

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

Declaration

TEntity Entity { get; }

Property Value

Type
TEntity
See Also