Back to Devexpress

XPCursor.ObjectClassInfo Property

xpo-devexpress-dot-xpo-dot-xpcursor-da5610d1.md

latest1.1 KB
Original Source

XPCursor.ObjectClassInfo Property

Gets the metadata information for the persistent objects retrieved by the collection.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPClassInfo ObjectClassInfo { get; }
vb
Public ReadOnly Property ObjectClassInfo As XPClassInfo

Property Value

TypeDescription
XPClassInfo

An XPClassInfo object which provides the metadata information for the objects within the collection.

|

See Also

XPCursor Class

XPCursor Members

DevExpress.Xpo Namespace