Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public override XPClassInfo ReferenceType { get; }

Property Value

Type Description
XPClassInfo

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

See Also