Skip to main content
All docs
V25.1
  • DetachedObjectsHelper<T>.GetKey(Object) Method

    Gets the key value of the specified detached object.

    Namespace: DevExpress.Xpf.Data

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public object GetKey(
        object detachedObject
    )

    Parameters

    Name Type Description
    detachedObject Object

    A detached object.

    Returns

    Type Description
    Object

    The key value of the specified detached object.

    See Also