Skip to main content
.NET 6.0+

XPBaseCollection.EndLoad(IEnumerable) Method

Ends the loading process.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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