Skip to main content
A newer version of this page is available. .

XPClassInfo.IsObjectLoading Property

OBSOLETE

Use session.IsObjectsLoading instead

Gets whether the object is currently being initialized.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[Obsolete("Use session.IsObjectsLoading instead", true)]
public bool IsObjectLoading { get; }

Property Value

Type Description
Boolean

true if the object is currently being initialized; otherwise, false.

Remarks

This member is obsolete. Use the XPClassInfo.GetObjectLoading method instead.

See Also