Back to Devexpress

XPDataObjectClassInfo.BaseClass Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpdataobjectclassinfo.md

latest1.3 KB
Original Source

XPDataObjectClassInfo.BaseClass Property

Gets the metadata information of the base class.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public override XPClassInfo BaseClass { get; }
vb
Public Overrides ReadOnly Property BaseClass As XPClassInfo

Property Value

TypeDescription
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

XPDataObjectClassInfo Class

XPDataObjectClassInfo Members

DevExpress.Xpo.Metadata Namespace