Skip to main content

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

Determines whether entities can be reloaded.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Package: DevExpress.Scaffolding.Core

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