ReflectionClassInfo.BaseClass Property
In This Article
Gets the metadata information of the base class.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public override XPClassInfo BaseClass { get; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
See Also