XPCustomMemberInfo.ReferenceType Property
In This Article
Gets the XPClassInfo of the referenced object if the member is a reference to another persistent object.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public override XPClassInfo ReferenceType { get; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
See Also