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

ReflectionClassInfo.BaseClass Property

Gets the metadata information of the base class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public override XPClassInfo BaseClass { get; }

Property Value

Type Description
XPClassInfo

An XPClassInfo object which provides the metadata information of the base class. null (Nothing in Visual Basic) if the XPClassInfo object provides a description of the class which is the root in a class hierarchy.

See Also