Skip to main content
A newer version of this page is available. .

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

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