Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    PersistentBase.DisableSmartCreateAssociationListStrategy Field

    Controls how the XPCustomMemberInfo.GetValue method creates a collection object when the XPCustomMemberInfo.MemberType property is set to typeof(XPCollection<T>) or typeof(IList<T>).

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v25.1.dll

    NuGet Package: DevExpress.Xpo

    Declaration

    public static bool DisableSmartCreateAssociationListStrategy

    Field Value

    Type Description
    Boolean

    true if the XPCustomMemberInfo.GetValue method should return an XPCollection, an XPAssociationList, or an XPManyToManyAliasList instance. false if the XPCustomMemberInfo.GetValue method should return an XPCollection<T>, an XPAssociationList<T>, or an XPManyToManyAliasList<T> instance. The default value is false.

    See Also