Skip to main content
All docs
V23.2

DetachedObjectsHelper<T>.ApplyProperties(T, Object) Method

Populates the specified Persistent Object with the detached object’s properties.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public void ApplyProperties(
    T item,
    object detachedObject
)

Parameters

Name Type Description
item T

A Persistent Object.

detachedObject Object

A detached object.

See Also