DetachedObjectsHelper<T>.SetKey(Object, Object) Method
Sets the key value of the specified detached object.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| detachedObject | Object | The detached object. |
| key | Object | The key value. |
See Also