XPObjectSpace.IsCollectionLoaded(Object) Method
Indicates whether a particular collection is loaded with objects from the database.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | Object | An object representing the collection for which it must be determined whether it is loaded with objects from the database. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified collection is loaded with objects from the database; otherwise, false. |
Remarks
This method is used internally by Collection Sources, and generally, you do not need to use it. For server collections this method always returns true.
See Also