ReadOnlyCollectionViewModelBase<TEntity, TProjection, TUnitOfWork>.CanRefresh() Method
Determines whether entities can be reloaded.
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
Returns
Type |
---|
Boolean |
Remarks
Since CollectionViewModelBase is a POCO view model, this method will be used as a CanExecute callback for RefreshCommand.
See Also