Skip to main content
All docs
V23.2
.NET 6.0+

CompositeObjectSpace.ReloadCollection(Object) Method

Clears the specified collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override void ReloadCollection(
    object collection
)

Parameters

Name Type Description
collection Object

A collection that is reloaded.

See Also