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.v18.2.ViewModel.dll

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