Skip to main content

ReadOnlyCollectionViewModelBase<TEntity, TProjection, TUnitOfWork>.Refresh() Method

Reloads entities.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public virtual void Refresh()

Remarks

Since CollectionViewModelBase is a POCO view model, an instance of this class will also expose the RefreshCommand property that can be used as a binding source in views.

See Also