Skip to main content
.NET 8.0+

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

NuGet Package: DevExpress.Xpo

#Declaration

public abstract XPClassInfo GetObjectClassInfo()

#Returns

Type Description
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