Skip to main content
.NET 6.0+

IObjectLayer.CanLoadCollectionObjects Property

When implemented by a class, indicates if an object layer can call the IObjectLayer.LoadCollectionObjects method to load collection properties.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

bool CanLoadCollectionObjects { get; }

Property Value

Type Description
Boolean

true if collections can be loaded via an object layer’s IObjectLayer.LoadCollectionObjects method call; otherwise, false.

See Also