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

EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>.IsLoading Property

Used to check whether entities are currently being loaded in the background. The property can be used to show the progress indicator.

Namespace: DevExpress.Mvvm.ViewModel

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

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

Declaration

public virtual bool IsLoading { get; protected set; }

Property Value

Type
Boolean
See Also