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

    Populates the specified Persistent Object with the detached object’s properties.

    Namespace: DevExpress.Xpf.Data

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public void ApplyProperties(
        T item,
        object detachedObject
    )

    Parameters

    Name Type Description
    item T

    A Persistent Object.

    detachedObject Object

    A detached object.

    See Also