Skip to main content

IEntitiesViewModel<TEntity>.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.v23.2.ViewModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

bool IsLoading { get; }

Property Value

Type
Boolean
See Also