DetachedObjectsHelper<T> Class
In This Article
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.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
#Type Parameters
Name | Description |
---|---|
T | The data item type. |
#Related API Members
The following members return DetachedObjectsHelper
See Also