PersistentBase.ClassInfo Property
Gets a value that provides access to the metadata information of a class gathered via Reflection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Property Value
| Type | Description |
|---|---|
| XPClassInfo | An XPClassInfo descendant which provides the class metadata. |
See Also