CollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.Edit(TProjection) Method
Creates and shows a document that contains a single object view model for the existing entity. Since CollectionViewModelBase is a POCO view model, an the instance of this class will also expose the EditCommand property that can be used as a binding source in views.
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
Parameters
Name | Type |
---|---|
projectionEntity | TProjection |
See Also