XPBaseObject.Loading Property
OBSOLETE
Use the XPBaseObject.IsLoading property instead.
Gets whether the object is currently being initialized.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the object is currently being initialized; otherwise, false. |
See Also