Skip to main content
All docs
V25.1
  • DetachedObjectsHelper<T>.Properties Property

    Gets the detached object’s descriptors associated with the corresponding Persistent Object’s descriptors.

    Namespace: DevExpress.Xpf.Data

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public PropertyDescriptorCollection Properties { get; }

    Property Value

    Type Description
    PropertyDescriptorCollection

    A collection of the PropertyDescriptor objects.

    See Also