XPClassInfo.BaseClass Property
In This Article
When implemented in a derived class, gets the metadata information of the base class.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public abstract XPClassInfo BaseClass { get; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
See Also