Skip to main content
All docs
V24.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.v24.2.dll

Declaration

public void ApplyProperties(
    T item,
    object detachedObject
)

Parameters

Name Type Description
item T

A Persistent Object.

detachedObject Object

A detached object.

See Also