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

XPClassInfo.BaseClass Property

When implemented in a derived class, gets the metadata information of the base class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public abstract 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