XPClassInfo.AssociationListProperties Property
Gets a list of members that represent the “many” side of the association.
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 |
---|---|
IEnumerable | The list of members that represent the “many” side of the association. |
Remarks
To obtain whether a member represents the “many” side of the association, use its XPMemberInfo.IsAssociationList property.
See Also