XPMemberInfo.IsNonAssociationList Property
Indicates whether the current member represents a collection that is not decorated with AssociationAttribute.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the member is IList or its descendant, not decorated with AssociationAttribute; otherwise, false. |
See Also