Skip to main content
All docs
V23.2

DetachedObjectsHelper<T>.ConvertToDetachedObjects(IEnumerable<T>) Method

Creates detached objects from the collection of Persistent Objects. A detached object stores properties associated with the Persistent Object’s properties.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public object[] ConvertToDetachedObjects(
    IEnumerable<T> source
)

Parameters

Name Type Description
source IEnumerable<T>

A collection of Persistent Objects.

Returns

Type Description
Object[]

An array of detached objects.

See Also