Back to Devexpress

ReflectionClassInfo.BaseClass Property

xpo-devexpress-dot-xpo-dot-metadata-dot-reflectionclassinfo-1f7011a1.md

latest1.3 KB
Original Source

ReflectionClassInfo.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

ReflectionClassInfo Class

ReflectionClassInfo Members

DevExpress.Xpo.Metadata Namespace