Skip to main content

DocumentsViewModel<TModule, TUnitOfWork>.SaveAll() Method

Saves changes in all opened documents. Since DocumentsViewModel is a POCO view model, an instance of this class will also expose the SaveAllCommand 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

public void SaveAll()
See Also