Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BaseObjectSpace.IsReloading Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public bool IsReloading { get; }

Property Value

Type Description
Boolean

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

Implements

See Also