Skip to main content

ReflectionClassInfo.BaseClass Property

Gets the metadata information of the base class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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