Skip to main content
.NET 6.0+

BaseObjectSpace.IsReloading Property

Gets a boolean value indicating whether or not the Object Space is reloading.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsReloading { get; }

Property Value

Type Description
Boolean

true, if the Object Space is reloading; otherwise, false.

Implements

See Also