SingleObjectViewModelBase<TEntity, TPrimaryKey, TUnitOfWork>.SaveAndClose() Method
Saves changes in the underlying unit of work and closes the corresponding view.
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.2.ViewModel.dll
Declaration
Remarks
Since SingleObjectViewModelBase is a POCO view model, an instance of this class will also expose the SaveAndCloseCommand property that can be used as a binding source in views.
See Also