Skip to main content
.NET 8.0+

XPBaseCollection.EndLoad(IEnumerable) Method

Ends the loading process.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public void EndLoad(
    IEnumerable objects
)

#Parameters

Name Type
objects IEnumerable

#Remarks

This member supports internal infrastructure and cannot be used directly from your code.

See Also