Skip to main content
.NET 8.0+

XPObjectType Class

Provides object type information for a complex inheritance hierarchy. XPO automatically updates the information on the object types declared in your object model.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

[Persistent]
[MemberDesignTimeVisibility(false)]
public sealed class XPObjectType :
    IXPOServiceClass

The following members return XPObjectType objects:

#Inheritance

Object
XPObjectType
See Also