Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[MemberDesignTimeVisibility(false)]
[Browsable(false)]
public XPClassInfo ClassInfo { get; }

Property Value

Type Description
XPClassInfo

An XPClassInfo descendant which provides the class metadata.

See Also