XPBaseCollection.EndLoad(IEnumerable) Method
In This Article
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