Skip to main content
.NET 6.0+

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