Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

CompositeObjectSpace.ReloadCollection(Object) Method

Clears the specified collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.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