Back to Devexpress

XPCustomMemberInfo.ReferenceType Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpcustommemberinfo.md

latest1.3 KB
Original Source

XPCustomMemberInfo.ReferenceType Property

Gets the XPClassInfo of the referenced object if the member is a reference to another persistent object.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public override XPClassInfo ReferenceType { get; }
vb
Public Overrides ReadOnly Property ReferenceType As XPClassInfo

Property Value

TypeDescription
XPClassInfo

An XPClassInfo object which provides the metadata of the referenced object.

|

See Also

MemberType

XPCustomMemberInfo Class

XPCustomMemberInfo Members

DevExpress.Xpo.Metadata Namespace