Skip to main content
All docs
V25.1
  • DetachedObjectsHelper<T>.Create(String, String[]) Method

    Creates the DetachedObjectsHelper<T> instance with the specified parameters.

    Namespace: DevExpress.Xpf.Data

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public static DetachedObjectsHelper<T> Create(
        string keyProperty,
        string[] properties
    )

    Parameters

    Name Type Description
    keyProperty String

    The key property that contains unique values.

    properties String[]

    The Persistent Object’s properties.

    Returns

    Type Description
    DetachedObjectsHelper<T>

    A DetachedObjectsHelper<T> instance.

    See Also