Skip to main content
A newer version of this page is available. .
All docs
V22.1

DetachedObjectsHelper<T> Class

The helper class that contains detached objects. A detached object stores properties associated with the Persistent Object’s properties. Use this class to access the Persistent Object’s properties when the object is disposed of.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Mvvm.v22.1.dll

NuGet Package: DevExpress.Mvvm

Declaration

public class DetachedObjectsHelper<T>

Type Parameters

Name Description
T

The data item type.

The following members return DetachedObjectsHelper objects:

Inheritance

Object
DetachedObjectsHelper<T>
See Also