Back to Devexpress

Session.IsObjectsLoading Property

xpo-devexpress-dot-xpo-dot-session-6f386f30.md

latest1.2 KB
Original Source

Session.IsObjectsLoading Property

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
public bool IsObjectsLoading { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsObjectsLoading As Boolean

Property Value

TypeDescription
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

ObjectLoaded

Session Class

Session Members

DevExpress.Xpo Namespace