Skip to main content

XPClassInfo.BaseClass Property

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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