CollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.Close() Method
Closes the corresponding view. Since CollectionViewModelBase is a POCO view model, an the instance of this class will also expose the CloseCommand property that can be used as a binding source in views.
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v22.2.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
See Also