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
Parameters
Name | Type | Description |
---|---|---|
item | T | |
detachedObject | Object | A detached object. |
See Also