Skip to main content
A newer version of this page is available. .

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

Determines whether entities can be reloaded.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.ViewModel

Declaration

public bool CanRefresh()

Returns

Type
Boolean

Remarks

Since CollectionViewModelBase is a POCO view model, this method will be used as a CanExecute callback for RefreshCommand.

See Also