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

Session.IsObjectsLoading Property

Indicates whether persistent objects are being loaded from a data store.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[Browsable(false)]
public bool IsObjectsLoading { get; }

Property Value

Type Description
Boolean

true if persistent objects are being loaded from a data store; otherwise, false.

Remarks

After persistent objects have been loaded, the Session.ObjectsLoaded event is fired.

See Also