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.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | T | |
detachedObject | Object | A detached object. |
See Also