XPBaseObject.Loading Property
OBSOLETE
Use the XPBaseObject.IsLoading property instead.
Gets whether the object is currently being initialized.
Namespace: DevExpress.Xpo
Assembly:
DevExpress.Xpo.v25.1.dll
Declaration
[Browsable(false)]
[MemberDesignTimeVisibility(false)]
[Obsolete("Use the XPBaseObject.IsLoading property instead.", false)]
public bool Loading { get; }
<Browsable(False)>
<MemberDesignTimeVisibility(False)>
<Obsolete("Use the XPBaseObject.IsLoading property instead.", False)>
Public ReadOnly Property Loading As Boolean
[Browsable(false)]
[MemberDesignTimeVisibility(false)]
[Obsolete("Use the XPBaseObject.IsLoading property instead.", true)]
public bool Loading { get; }
<Browsable(False)>
<MemberDesignTimeVisibility(False)>
<Obsolete("Use the XPBaseObject.IsLoading property instead.", True)>
Public ReadOnly Property Loading As Boolean
Property Value
| Type |
Description |
| Boolean |
true if the object is currently being initialized; otherwise, false.
|
See Also