Back to Devexpress

XPBaseCollection.GetObjectClassInfo() Method

xpo-devexpress-dot-xpo-dot-xpbasecollection-1979c848.md

latest1.3 KB
Original Source

XPBaseCollection.GetObjectClassInfo() Method

When implemented by a class, returns the metadata information that describes the type of objects in the collection.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public abstract XPClassInfo GetObjectClassInfo()
vb
Public MustOverride Function GetObjectClassInfo As XPClassInfo

Returns

TypeDescription
XPClassInfo

An XPClassInfo object that specifies the type of objects in the collection.

|

Remarks

This method supports the internal infrastructure and is not intended to be called directly from your code.

See Also

XPBaseCollection Class

XPBaseCollection Members

DevExpress.Xpo Namespace