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

XPWeakReference.IsAlive Property

Gets whether the object referenced by this instance has been garbage collected.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[NonPersistent]
public bool IsAlive { get; }

Property Value

Type Description
Boolean

true if the referenced object has been garbage collected; otherwise, false.

See Also