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

    Sets 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 void SetKey(
        object detachedObject,
        object key
    )

    Parameters

    Name Type Description
    detachedObject Object

    The detached object.

    key Object

    The key value.

    See Also