Skip to main content
.NET 6.0+

XPBaseObject.Loading Property

OBSOLETE

Use the XPBaseObject.IsLoading property instead.

Gets whether the object is currently being initialized.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.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