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

XPBaseObject.Loading Property

OBSOLETE

Use the XPBaseObject.IsLoading property instead.

Gets whether the object is currently being initialized.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Use the XPBaseObject.IsLoading property instead.", true)]
[Browsable(false)]
[MemberDesignTimeVisibility(false)]
public bool Loading { get; }

Property Value

Type Description
Boolean

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

See Also