DetachedObjectsHelper<T>.GetKey(Object) Method
Gets the key value of the specified detached object.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
detachedObject | Object | A detached object. |
Returns
Type | Description |
---|---|
Object | The key value of the specified detached object. |
See Also