Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public PropertyDescriptorCollection Properties { get; }

    Property Value

    Type Description
    PropertyDescriptorCollection

    A collection of the PropertyDescriptor objects.

    See Also